projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d408be
)
[MOVED FROM BAD] compatibility fix for new GST_DEBUG stuff.
author
Benjamin Otte
<otte@gnome.org>
Sun, 29 Jun 2003 19:46:13 +0000
(19:46 +0000)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/gst/y4m/gsty4mencode.c
b/gst/y4m/gsty4mencode.c
index
442ce0a
..
d84873b
100644
(file)
--- 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"