changeset 24973:aff04d7af1e1

Remove unnecessary dsputil.h #include, fixes the warnings: In file included from vf_uspp.c:33: ../libavcodec/dsputil.h: In function 'copy_block2': ../libavcodec/dsputil.h:675: warning: implicit declaration of function 'AV_WN16' ../libavcodec/dsputil.h:675: warning: implicit declaration of function 'AV_RN16' ../libavcodec/dsputil.h: In function 'copy_block4': ../libavcodec/dsputil.h:686: warning: implicit declaration of function 'AV_WN32' ../libavcodec/dsputil.h:686: warning: implicit declaration of function 'AV_RN32'
author diego
date Fri, 09 Nov 2007 15:39:08 +0000
parents 60e8bf1f23e9
children 6f05850b5fd1
files libmpcodecs/vf_uspp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_uspp.c	Fri Nov 09 14:12:19 2007 +0000
+++ b/libmpcodecs/vf_uspp.c	Fri Nov 09 15:39:08 2007 +0000
@@ -29,7 +29,6 @@
 #include "cpudetect.h"
 
 #include "libavcodec/avcodec.h"
-#include "libavcodec/dsputil.h"
 
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>