[FFmpeg-soc] [soc]: r2270 - mlp/mlpdec.c
Diego Biurrun
diego at biurrun.de
Fri May 30 17:27:34 CEST 2008
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 <>.
Diego
More information about the FFmpeg-soc
mailing list