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
Use 'enabled' function to simplify x86_64 check in the mingw32 section.
Originally committed as revision 16557 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
16 years ago
parent
6a5d31ac25
commit
1fc9fb8a77
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -1447,7 +1447,7 @@ case $target_os in
mingw32*)
target_os=mingw32
LIBTARGET=i386
if
test $arch =
x86_64; then
if
enabled
x86_64; then
disable need_memalign
LIBTARGET=x64
fi
Write
Preview
Loading…
Cancel
Save