[FFmpeg-devel] [PATCH 5/5] lavd: add uncoded_frame test program.

Lukasz Marek lukasz.m.luki at gmail.com
Wed Feb 5 01:11:57 CET 2014


On 04.02.2014 20:18, Nicolas George wrote:
> Le sextidi 16 pluviôse, an CCXXII, Michael Niedermayer a écrit :
>> your testprograms are more complete than some other peoples
>> production level code :)
>
> Thanks.
>
>> seems failing to link here though
>>
>> make libavdevice/uncoded_frame-test
>> LD  libavdevice/uncoded_frame-test
>> libavfilter/libavfilter.a(f_ebur128.o): In function `config_audio_output':
>
> I see: the usual curse of static libraries (I usually build shared myself to
> gain a few second at linking):
>
> avfilter_register_all() -> ff_lavfi_demuxer -> avfilter_register_all() ->
> ff_vf_scale -> libswscale
>
> (and the same for swr and postproc), but the libavfilter -> libswscale
> dependency is not visible in the lavd Makefile.
>
> It can be trivially fixed with:
>
> -FFLIBS-$(CONFIG_LAVFI_INDEV) += avfilter
> +FFLIBS-$(CONFIG_LAVFI_INDEV) += avfilter swresample swscale postproc
>
> but that will cause failures when something is disabled. I will need to
> think about it to find a clean fix, but in the meantime people can test this
> patch.
>
> Regards,

I compiled. I tried to use it, but without any success.
Can you pass some example command lines?

-- 
Best Regards,
Lukasz Marek

Royale with Cheese.


More information about the ffmpeg-devel mailing list