This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
x86inc.asm: fix typo.
Assemblers don't understand ! in %if statements.
tags/n0.11
Ronald S. Bultje
13 years ago
parent
b5d08c27c3
commit
412b248edb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/x86/x86inc.asm
+ 1
- 1
libavutil/x86/x86inc.asm
View File
@@ -83,7 +83,7 @@
%if WIN64
%define PIC
%elif
!
ARCH_X86_64
%elif ARCH_X86_64
== 0
; x86_32 doesn't require PIC.
; Some distros prefer shared objects to be PIC, but nothing breaks if
; the code contains a few textrels, so we'll skip that complexity.
Write
Preview
Loading…
Cancel
Save