OSDN Git Service

x86: dsputil: Fix h263 loop filter link error in some configurations
authorDaniel Kang <daniel.d.kang@gmail.com>
Mon, 18 Feb 2013 15:50:06 +0000 (10:50 -0500)
committerDiego Biurrun <diego@biurrun.de>
Mon, 18 Feb 2013 16:09:00 +0000 (17:09 +0100)
commit9acd23d655b5e3a3b56f9916480356fe0e48c70c
tree447115631702f866b92cfb206c1b271c5f4d497c
parent7a03145ed7cb4f1ce794b5126559dd6f38029243
x86: dsputil: Fix h263 loop filter link error in some configurations

This was caused by unconditionally referencing a conditionally compiled
table. Now the code is also compiled conditionally.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavcodec/x86/Makefile
libavcodec/x86/dsputil.asm
libavcodec/x86/h263_loopfilter.asm [new file with mode: 0644]