diff options
author | eddyg <[email protected]> | 2008-11-26 22:04:10 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2008-11-26 22:04:10 +0000 |
commit | f9b799e8a1a4bbf8cec4a5887d4c7241785c99c5 (patch) | |
tree | 316c998ef1e35f62599e3cd714f5ba1599fb55fc /contrib/patch-mpeg4ip-nasm-2.00-configure.patch | |
parent | b78331a269ee8b8ee3bcc3a9754b50407de83964 (diff) |
Remove the old mpeg4i patches that are now redundant.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1961 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/patch-mpeg4ip-nasm-2.00-configure.patch')
-rw-r--r-- | contrib/patch-mpeg4ip-nasm-2.00-configure.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/patch-mpeg4ip-nasm-2.00-configure.patch b/contrib/patch-mpeg4ip-nasm-2.00-configure.patch deleted file mode 100644 index 9baa8b5cd..000000000 --- a/contrib/patch-mpeg4ip-nasm-2.00-configure.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN mpeg4ip-orig/configure mpeg4ip/configure ---- mpeg4ip-orig/configure 2005-05-18 16:03:25.000000000 -0600 -+++ mpeg4ip/configure 2008-01-30 20:17:15.000000000 -0700 -@@ -27789,7 +27789,7 @@ - if test x$USENASM = xtrue; then - echo "$as_me:$LINENO: checking nasm version..." >&5 - echo $ECHO_N "checking nasm version...... $ECHO_C" >&6 -- BILLSNASM_arg=`nasm -r | tr '.' ' '` -+ BILLSNASM_arg=`(nasm -r || nasm -v) | tr '.' ' '` - BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg` - if test x$BILLSNASM_ret = x"yes"; then - USENASM=true |