[FFmpeg-cvslog] r12155 - trunk/libpostproc/postprocess.h

mru subversion
Wed Feb 20 02:23:04 CET 2008


Author: mru
Date: Wed Feb 20 02:23:04 2008
New Revision: 12155

Log:
#include avutil.h in postprocess.h


Modified:
   trunk/libpostproc/postprocess.h

Modified: trunk/libpostproc/postprocess.h
==============================================================================
--- trunk/libpostproc/postprocess.h	(original)
+++ trunk/libpostproc/postprocess.h	Wed Feb 20 02:23:04 2008
@@ -27,6 +27,8 @@
  *     external api for the pp stuff
  */
 
+#include "avutil.h"
+
 #define LIBPOSTPROC_VERSION_TRIPLET 51,1,0
 
 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_TRIPLET)




More information about the ffmpeg-cvslog mailing list