diff options
author | David Schleef <ds@schleef.org> | 2004-12-16 05:32:07 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-12-16 05:32:07 +0000 |
commit | e803c9f86d25e07da2fb30212505018b6f2644b9 (patch) | |
tree | c3b539ec71a3a28b6d3fa001a17ad90bf1ce001c /gst-libs/gst/media-info | |
parent | 7de6c44f445f0bf72fb34f751c1ae333e7a8a661 (diff) | |
download | gst-plugins-bad-e803c9f86d25e07da2fb30212505018b6f2644b9.tar.gz gst-plugins-bad-e803c9f86d25e07da2fb30212505018b6f2644b9.tar.bz2 gst-plugins-bad-e803c9f86d25e07da2fb30212505018b6f2644b9.zip |
configure.ac: add audioresample and cairo plugins. Remove
Original commit message from CVS:
* configure.ac: add audioresample and cairo plugins. Remove
HAVE_MMX stuff, because it's not used.
* ext/Makefile.am: same
* ext/audioresample/Makefile.am: You are not ready for an
audio resampling element based on audioresample.
* ext/audioresample/gstaudioresample.c:
* ext/audioresample/gstaudioresample.h:
* ext/cairo/Makefile.am: You are not ready for overlay elements
based on cairo. Don't look too closely, these elements kinda
suck right now.
* ext/cairo/gstcairo.c: new
* ext/cairo/gsttextoverlay.c: new
* ext/cairo/gsttextoverlay.h: new
* ext/cairo/gsttimeoverlay.c: new
* ext/cairo/gsttimeoverlay.h: new
* gst-libs/gst/media-info/media-info-priv.h: fix compile
problem with compilers that don't support variadic macros.
Diffstat (limited to 'gst-libs/gst/media-info')
-rw-r--r-- | gst-libs/gst/media-info/media-info-priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/media-info/media-info-priv.h b/gst-libs/gst/media-info/media-info-priv.h index fa4ed5c4..3c98240c 100644 --- a/gst-libs/gst/media-info/media-info-priv.h +++ b/gst-libs/gst/media-info/media-info-priv.h @@ -23,6 +23,7 @@ #define __GST_MEDIA_INFO_PRIV_H__ #include <gst/gst.h> +#include <glib/gprintf.h> /* debug */ GST_DEBUG_CATEGORY_EXTERN (gst_media_info_debug); |