From 7925b0a98d936c4b8ad0a5fee9ef08b3b2dafd5e Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 7 Aug 2001 12:41:46 +0000 Subject: introducing the ffmpeg video decoder plugin for ms mpeg 4, opendivx and motion jpeg decoding CVS patchset: 395 CVS date: 2001/08/07 12:41:46 --- src/libffmpeg/config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/libffmpeg/config.h (limited to 'src/libffmpeg/config.h') diff --git a/src/libffmpeg/config.h b/src/libffmpeg/config.h new file mode 100644 index 000000000..e560cbebb --- /dev/null +++ b/src/libffmpeg/config.h @@ -0,0 +1,6 @@ +/* + * this is just a fake config.h for libavcodec + */ + +#include "../../config.h" + -- cgit v1.2.3