OSDN Git Service

libhb: Fix linux compilation. Only set the pthread mutex type on cygwin since it...
[handbrake-jp/handbrake-jp-git.git] / contrib / patch-mpeg4ip-nasm-2.00-configure.patch
1 diff -ruN mpeg4ip-orig/configure mpeg4ip/configure
2 --- mpeg4ip-orig/configure      2005-05-18 16:03:25.000000000 -0600
3 +++ mpeg4ip/configure   2008-01-30 20:17:15.000000000 -0700
4 @@ -27789,7 +27789,7 @@
5     if test x$USENASM = xtrue; then
6         echo "$as_me:$LINENO: checking nasm version..." >&5
7  echo $ECHO_N "checking nasm version...... $ECHO_C" >&6
8 -       BILLSNASM_arg=`nasm -r | tr '.' ' '`
9 +       BILLSNASM_arg=`(nasm -r || nasm -v) | tr '.' ' '`
10          BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg`
11         if test x$BILLSNASM_ret = x"yes"; then
12            USENASM=true