[FFmpeg-devel] [FFmpeg-cvslog] r12155 - trunk/libpostproc/postprocess.h
Måns Rullgård
mans
Mon Feb 25 01:07:55 CET 2008
Pierre d'Herbemont <pdherbemont at free.fr> writes:
>> 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/
I have posted a patch to clean up the installed header locations in a
new thread.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list