From 8815bf011e309aea8774a0cd584cbfadc16558c0 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 20 Feb 2008 01:23:04 +0000 Subject: #include avutil.h in postprocess.h Originally committed as revision 12155 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/postprocess.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpostproc') diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index 1803959cd3..b9395c58a8 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -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) -- cgit v1.2.3