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
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to