summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h263_loopfilter.asm
Commit message (Collapse)AuthorAge
* x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang2013-02-18
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>