diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-03-30 15:13:32 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2013-04-12 23:05:56 +0100 |
commit | 8fc876f09fb4f76902cedcb2edb650fad9f76021 (patch) | |
tree | f4a0c1cf266100d72bc4514e5a2e5edda43017d2 /configure.ac | |
parent | f45c84db028ed6a32867ddf7135993f33320a4c1 (diff) |
printf: add our own printf implementation for debug logging
We will add support for our own printf modifiers, so we can
get nice debug log output on all operating systems irrespective
of the specific libc version used.
https://bugzilla.gnome.org/show_bug.cgi?id=613081
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 34b7448b0..23a2055e7 100644 --- a/configure.ac +++ b/configure.ac @@ -740,6 +740,7 @@ gst/Makefile gst/gstconfig.h gst/gstversion.h gst/parse/Makefile +gst/printf/Makefile libs/Makefile libs/gst/Makefile libs/gst/base/Makefile |