[FFmpeg-cvslog] configure: remove bashism equality check for target_os.
Clément Bœsch
git at videolan.org
Fri Nov 4 20:49:16 CET 2011
ffmpeg | branch: release/0.7 | Clément Bœsch <ubitux at gmail.com> | Tue Oct 4 21:34:55 2011 +0200| [414409e6c5260ff8a409a05b34f72ba3d44c61a3] | committer: Michael Niedermayer
configure: remove bashism equality check for target_os.
(cherry picked from commit e39be59b85de63e036bd6db9b79a9a9f29a838f7)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=414409e6c5260ff8a409a05b34f72ba3d44c61a3
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 576daf0..be2f721 100755
--- a/configure
+++ b/configure
@@ -3164,7 +3164,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
More information about the ffmpeg-cvslog
mailing list