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
configure: remove bashism equality check for target_os.
tags/n0.9
Clément Bœsch
13 years ago
parent
d4005e22c3
commit
e39be59b85
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
@@ -3272,7 +3272,7 @@ check_deps $CONFIG_LIST \
enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
if test $target_os =
=
"haiku"; then
if test $target_os = "haiku"; then
disable memalign
disable posix_memalign
fi
Write
Preview
Loading…
Cancel
Save