[FFmpeg-devel] [PATCH] x86/dsputil: fix compilation when h263 decoder/encoder are disabled.

Paul B Mahol onemda at gmail.com
Mon Feb 18 13:38:02 CET 2013


On 2/18/13, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Sun, Feb 17, 2013 at 06:20:17PM -0800, Ronald S. Bultje wrote:
>> From: "Ronald S. Bultje" <rsbultje at gmail.com>
>>
>> The symbol "ff_h263_loop_filter_strength" is defined in h263.c, but
>> the h263 loopfilter functions (in the .asm file) are not optimized
>> out (even though their function pointers are never assigned).
>> ---
>>  libavcodec/x86/dsputil.asm | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> This breaks building of mplayer

That is another project.

>
>
> [...]
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> No great genius has ever existed without some touch of madness. --
> Aristotle
>


More information about the ffmpeg-devel mailing list