[MOVED FROM BAD] compatibility fix for new GST_DEBUG stuff.
authorBenjamin Otte <otte@gnome.org>
Sun, 29 Jun 2003 19:46:13 +0000 (19:46 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 15 May 2009 22:35:04 +0000 (23:35 +0100)
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.

gst/y4m/gsty4mencode.c

index 442ce0a..d84873b 100644 (file)
@@ -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"