[Ffmpeg-devel] PUT_UTF8 & asf format enhancement

Guillaume Poirier gpoirier
Mon Nov 6 10:19:57 CET 2006


Hi,

Zuxy Meng wrote:
> Hi,
> 
> 2006/11/6, Guillaume POIRIER <poirierg at gmail.com>:
> 
>> Hi,
>>
>> Breaks compilation:
>>
>> cc -I/passauvegarde/dori/gpoirier/snapshot/ffmpeg/libswscale
>> -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
>> -D_ISOC9X_SOURCE -I/passauvegarde/dori/gpoirier/snapshot/ffmpeg
>> -I/passauvegarde/dori/gpoirier/snapshot/ffmpeg
>> -I/passauvegarde/dori/gpoirier/snapshot/ffmpeg/libavutil
>> -fomit-frame-pointer -march=nocona -g -Wall -Wno-switch
>> -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3
>>  -c -o flacenc.o flacenc.c
>> flacenc.c: In function `write_utf8':
>> flacenc.c:1126: warning: implicit declaration of function `PUT_UTF8'
>> flacenc.c:1126: error: syntax error before ';' token
>> make[1]: *** [flacenc.o] Error 1
>>
>>
>> (configured with --enable-gpl --cpu=nocona on x86-64 machine)
> 
> 
> You must apply the first patch (common.h.diff) in this thread first....

Off course :)

Now it works. Could you maybe add some doxy comments before PUT_UTF8
macro?
You can also just list what each argument val, tmp, PUT_BYTE means and
I'll add the documentation before committing it.

Guillaume




More information about the ffmpeg-devel mailing list