[FFmpeg-soc] [soc]: r4069 - amr/amrnbfloatdec.c

Aurelien Jacobs aurel at gnuage.org
Tue Feb 17 19:51:43 CET 2009


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



More information about the FFmpeg-soc mailing list