diff options
author | Kacper Michajłow <kasper93@gmail.com> | 2025-07-21 01:40:08 +0200 |
---|---|---|
committer | Kacper Michajłow <kasper93@gmail.com> | 2025-07-25 21:10:16 +0200 |
commit | 9658d4425e803950e98b72c8906c143f219051ec (patch) | |
tree | f1c69311c14508901cc7ed357206856fbc1b705a /libavcodec/x86/vc1dsp_init.c | |
parent | 6bc23ab352113bb0790372b3831891142bd80a61 (diff) | |
download | ffmpeg-9658d4425e803950e98b72c8906c143f219051ec.tar.gz |
avcodec/x86/fdct: guard usage of undefined functions with preprocessor
The asumption is that DCE will remove references to those functions.
However some compilers with certain instrumentation enabled doesn't DCE
those at all, resulting in linking failure. Tested with cl.exe -RTCu -RTCs.
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
Diffstat (limited to 'libavcodec/x86/vc1dsp_init.c')
0 files changed, 0 insertions, 0 deletions