[FFmpeg-soc] [soc]: r2270 - mlp/mlpdec.c
Ramiro Polla
ramiro at lisha.ufsc.br
Fri May 30 18:15:17 CEST 2008
Diego Biurrun wrote:
> On Fri, May 30, 2008 at 04:29:35PM +0200, ramiro wrote:
>> Log:
>> Update include directives to reflect changes in r13098.
>>
>> --- mlp/mlpdec.c (original)
>> +++ mlp/mlpdec.c Fri May 30 16:29:35 2008
>> @@ -25,9 +25,9 @@
>>
>> #include "avcodec.h"
>> -#include "intreadwrite.h"
>> +#include <libavutil/intreadwrite.h>
>> #include "bitstream.h"
>> -#include "crc.h"
>> +#include <libavutil/crc.h>
>
> This is wrong, libavutil headers are not system headers and should thus
> use "" instead of <>.
Oops...
Ramiro Polla
More information about the FFmpeg-soc
mailing list