# HG changeset patch # User mru # Date 1203470584 0 # Node ID 279387224d8c2db7aa4ecbba1a8b3f18cfeb7ecb # Parent f40477ade12253166d26697aa08cd84d0c1e5a58 #include avutil.h in postprocess.h diff -r f40477ade122 -r 279387224d8c postprocess.h --- 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)