[FFmpeg-cvslog] idct_sse2_xvid: remove libavutil/internal.h include
Michael Niedermayer
git at videolan.org
Thu Aug 16 17:34:55 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Aug 16 17:26:06 2012 +0200| [7cb9f1a8d0109ada0d677bf4e288b9fb5453a517] | committer: Michael Niedermayer
idct_sse2_xvid: remove libavutil/internal.h include
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7cb9f1a8d0109ada0d677bf4e288b9fb5453a517
---
libavcodec/x86/idct_sse2_xvid.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/x86/idct_sse2_xvid.c b/libavcodec/x86/idct_sse2_xvid.c
index 33f9de5..d121b25 100644
--- a/libavcodec/x86/idct_sse2_xvid.c
+++ b/libavcodec/x86/idct_sse2_xvid.c
@@ -39,7 +39,6 @@
*/
#include "libavcodec/dsputil.h"
-#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/x86/asm.h"
#include "idct_xvid.h"
More information about the ffmpeg-cvslog
mailing list