[FFmpeg-cvslog] vc1dsp_mmx: remove libavutil/internal.h include

Michael Niedermayer git at videolan.org
Thu Aug 16 17:34:56 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Aug 16 17:29:29 2012 +0200| [bb46b9a36f2eeb187f76396ccb6be703bb84a2ad] | committer: Michael Niedermayer

vc1dsp_mmx: 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=bb46b9a36f2eeb187f76396ccb6be703bb84a2ad
---

 libavcodec/x86/vc1dsp_mmx.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/x86/vc1dsp_mmx.c b/libavcodec/x86/vc1dsp_mmx.c
index 9ea6042..454be97 100644
--- a/libavcodec/x86/vc1dsp_mmx.c
+++ b/libavcodec/x86/vc1dsp_mmx.c
@@ -25,7 +25,6 @@
  */
 
 #include "libavutil/cpu.h"
-#include "libavutil/internal.h"
 #include "libavutil/mem.h"
 #include "libavutil/x86/asm.h"
 #include "libavcodec/dsputil.h"



More information about the ffmpeg-cvslog mailing list