changeset 24976:cc060c71ad5c

Add missing header file, fixes the warnings: In file included from vf_fspp.c:46: ../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 17:17:48 +0000
parents 72466750cdcd
children 1e25755bc0c4
files libmpcodecs/vf_fspp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_fspp.c	Fri Nov 09 16:28:37 2007 +0000
+++ b/libmpcodecs/vf_fspp.c	Fri Nov 09 17:17:48 2007 +0000
@@ -41,6 +41,7 @@
 #include "mp_msg.h"
 #include "cpudetect.h"
 
+#include "libavutil/intreadwrite.h"
 #include "libavcodec/avcodec.h"
 #include "libavcodec/dsputil.h"