[FFmpeg-soc] [soc]: r4069 - amr/amrnbfloatdec.c
Kenan Gillet
kenan.gillet at gmail.com
Tue Feb 17 20:40:48 CET 2009
On Feb 17, 2009, at 10:51 AM, Aurelien Jacobs wrote:
> 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.
thanks, changed.
More information about the FFmpeg-soc
mailing list