]> git.sesse.net Git - ffmpeg/commit
x86: dcadsp: Fix linking with yasm and optimizations disabled
authorDiego Biurrun <diego@biurrun.de>
Tue, 4 Mar 2014 18:40:21 +0000 (19:40 +0100)
committerDiego Biurrun <diego@biurrun.de>
Wed, 5 Mar 2014 22:16:21 +0000 (23:16 +0100)
commit3bfdee00cd92ff07c364d4901c4aefda32780756
tree8e0f845a1c252f4c41f6f8202060c968738bdeaa
parente1f2987b10112489f6da5501d4c8735a798c9e3f
x86: dcadsp: 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/dcadsp_init.c