kmalaussene wrote:

> Author: kmalaussene
> Date: Tue Feb 17 19:38:26 2009
> New Revision: 4069
> 
> Log:
> Include libavcodec/internal.h to remove compiler warning:
> implicit declaration of function 'ff_log_missing_feature'.
> 
> Modified:
>    amr/amrnbfloatdec.c
> 
> Modified: amr/amrnbfloatdec.c
> ==============================================================================
> --- amr/amrnbfloatdec.c       Tue Feb 17 19:36:03 2009        (r4068)
> +++ amr/amrnbfloatdec.c       Tue Feb 17 19:38:26 2009        (r4069)
> @@ -34,6 +34,7 @@
>  #include "avcodec.h"
>  #include "bitstream.h"
>  #include "libavutil/common.h"
> +#include "libavcodec/internal.h"

No need for libavcodec/ prefix as your file is in the same directory.

Aurel
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to