OSDN Git Service

#include avutil.h in postprocess.h
authorMåns Rullgård <mans@mansr.com>
Wed, 20 Feb 2008 01:23:04 +0000 (01:23 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 20 Feb 2008 01:23:04 +0000 (01:23 +0000)
Originally committed as revision 12155 to svn://svn.ffmpeg.org/ffmpeg/trunk

libpostproc/postprocess.h

index 1803959..b9395c5 100644 (file)
@@ -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)