[FFmpeg-cvslog] lpc_mmx: 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:41 2012 +0200| [501b681d95a354fd3e019a831450e04652994739] | committer: Michael Niedermayer

lpc_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=501b681d95a354fd3e019a831450e04652994739
---

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

diff --git a/libavcodec/x86/lpc_mmx.c b/libavcodec/x86/lpc_mmx.c
index 1aac553..e0e6f8b 100644
--- a/libavcodec/x86/lpc_mmx.c
+++ b/libavcodec/x86/lpc_mmx.c
@@ -21,7 +21,6 @@
 
 #include "libavutil/x86/asm.h"
 #include "libavutil/cpu.h"
-#include "libavutil/internal.h"
 #include "libavcodec/lpc.h"
 
 #if HAVE_INLINE_ASM



More information about the ffmpeg-cvslog mailing list