diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-12-02 22:45:25 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-12-02 22:45:25 +0000 |
commit | a26304afaa6f36fe7e100d8a3a816b489350c4fd (patch) | |
tree | 5c4d8bc86ac9b19efc6834d8626d22ad87c64fd1 | |
parent | 886f5cc0f87560235ce4e0f32b43c99a20c89035 (diff) |
Almost good, Thomas, just not good enough :P
Original commit message from CVS:
Almost good, Thomas, just not good enough :P
-rw-r--r-- | ext/ffmpeg/gstffmpegtypes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffmpeg/gstffmpegtypes.c b/ext/ffmpeg/gstffmpegtypes.c index 354d6fa..ec3c40b 100644 --- a/ext/ffmpeg/gstffmpegtypes.c +++ b/ext/ffmpeg/gstffmpegtypes.c @@ -19,6 +19,7 @@ #include <assert.h> #include <string.h> +#include "config.h" #ifdef HAVE_FFMPEG_UNINSTALLED #include <avformat.h> #else |