peep
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 2 Dec 2002 22:34:25 +0000 (22:34 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 2 Dec 2002 22:34:25 +0000 (22:34 +0000)
Original commit message from CVS:
peep

common
ext/ffmpeg/gstffmpegtypes.c

diff --git a/common b/common
index f2d9b99..c73793f 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit f2d9b99515c73da09bfe307d273d320f79a226da
+Subproject commit c73793f7022cbc8ffd39f9c0b0587078f47c0b06
index d201e18..354d6fa 100644 (file)
 
 #include <assert.h>
 #include <string.h>
-#include <libav/avformat.h>
+#ifdef HAVE_FFMPEG_UNINSTALLED
+#include <avformat.h>
+#else
+#include <ffmpeg/avformat.h>
+#endif
 
 #include <gst/gst.h>