[FFmpeg-devel] [FFmpeg-cvslog] r12155 - trunk/libpostproc/postprocess.h
Pierre d'Herbemont
pdherbemont
Sun Feb 24 18:41:34 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)
This breaks :
echo "#include <postproc/postprocess.h>" > test.c
gcc -I /path/to/ffmpeg/install/include test.c
I am sure this is not the intended #include as postproc headers are
installed by default in postproc/ whereas avutil.h is installed in
ffmpeg/
Pierre:
More information about the ffmpeg-devel
mailing list