x86: h264dsp: Fix linking with yasm and optimizations disabled
authorDiego Biurrun <diego@biurrun.de>
Tue, 27 Nov 2012 19:35:27 +0000 (20:35 +0100)
committerDiego Biurrun <diego@biurrun.de>
Wed, 28 Nov 2012 13:45:28 +0000 (14:45 +0100)
commit89145fbbfecfe9ba1471573ef11fc90e469ae943
tree20b07187990ac22c7bf52385a9e070d8be9d8190
parent4c973de9a5b67615762cf99ec20a8a633e64c4b8
x86: h264dsp: Fix linking with yasm and optimizations disabled

Some optimized functions reference optimized symbols, so the functions
must be explicitly disabled when those symbols are unavailable.
libavcodec/x86/h264dsp_init.c