summaryrefslogtreecommitdiffstats
path: root/gst/y4m
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-06-29 19:46:13 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-05-15 23:35:04 +0100
commit7a93c988fca5fd19054bb2f2019288e15afd519e (patch)
tree010fc664af17e31940e82ffcdb0052e8bae10861 /gst/y4m
parent9d408bef9e21646cfb8dacd05c3715c3a1488f22 (diff)
[MOVED FROM BAD] compatibility fix for new GST_DEBUG stuff.
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
Diffstat (limited to 'gst/y4m')
-rw-r--r--gst/y4m/gsty4mencode.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c
index 442ce0aa..d84873bd 100644
--- a/gst/y4m/gsty4mencode.c
+++ b/gst/y4m/gsty4mencode.c
@@ -17,6 +17,9 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <string.h>
#include <gst/gst.h>
#include "gsty4mencode.h"