lavc/x86/simple_idct: Fix linking shared libavcodec with MS link.exe

link.exe hangs on empty simple_idct.o

Fixes ticket #9909.
pull/388/head
Carl Eugen Hoyos 2 years ago committed by Carl Eugen Hoyos
parent 8320e236c1
commit 60e87faf7f
  1. 2
      libavcodec/x86/simple_idct.asm

@ -25,9 +25,9 @@
%include "libavutil/x86/x86util.asm"
%if ARCH_X86_32
SECTION_RODATA
%if ARCH_X86_32
cextern pb_80
wm1010: dw 0, 0xffff, 0, 0xffff

Loading…
Cancel
Save