changeset 80:279387224d8c libpostproc

#include avutil.h in postprocess.h
author mru
date Wed, 20 Feb 2008 01:23:04 +0000
parents f40477ade122
children 8d1245b4d7fb
files postprocess.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/postprocess.h	Tue Feb 19 22:50:28 2008 +0000
+++ b/postprocess.h	Wed Feb 20 01:23:04 2008 +0000
@@ -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)