From 5ce8c5d439863d315b74e73ea81b35559e7fcc04 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Fri, 20 Feb 2004 19:53:38 +0000 Subject: Fixed detection of linux framebuffer support. Included xineutils.h in dsputil_mlib.c and added to diff_to_ffmpeg_cvs.txt. Fixed function prototype in dsputil_mlib.c (should be sent back to ffmpeg-dev at some point). Fixed includes in nosefart. Fixed nested comments and includes in goom. CVS patchset: 6180 CVS date: 2004/02/20 19:53:38 --- src/libffmpeg/diff_to_ffmpeg_cvs.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/libffmpeg/diff_to_ffmpeg_cvs.txt') diff --git a/src/libffmpeg/diff_to_ffmpeg_cvs.txt b/src/libffmpeg/diff_to_ffmpeg_cvs.txt index 348b9a315..b70c44797 100644 --- a/src/libffmpeg/diff_to_ffmpeg_cvs.txt +++ b/src/libffmpeg/diff_to_ffmpeg_cvs.txt @@ -526,6 +526,15 @@ retrieving revision 1.14 diff -u -r1.14 dsputil_mlib.c --- mlib/dsputil_mlib.c 11 Oct 2003 16:43:51 -0000 1.14 +++ mlib/dsputil_mlib.c 1 Feb 2004 04:42:48 -0000 +@@ -20,6 +20,8 @@ + #include "../dsputil.h" + #include "../mpegvideo.h" + ++#include "../../../xine-utils/xineutils.h" ++ + #include + #include + #include @@ -419,6 +419,7 @@ void dsputil_init_mlib(DSPContext* c, AVCodecContext *avctx) -- cgit v1.2.3