diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2013-03-08 23:16:23 -0500 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2013-03-11 00:16:02 -0400 |
commit | 592d4c0b147ab05f2822c7ba5f4e9112784b6ce1 (patch) | |
tree | 690a46b49e80cc55c4329d5aebdfea917b0fc800 /tools/depends/target/libflac/nasm.patch | |
parent | cdf099d0f824a787904d828c5573c70bf8489738 (diff) |
depends: add mess of depends
Diffstat (limited to 'tools/depends/target/libflac/nasm.patch')
-rw-r--r-- | tools/depends/target/libflac/nasm.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/depends/target/libflac/nasm.patch b/tools/depends/target/libflac/nasm.patch new file mode 100644 index 0000000000..0371cb9e0e --- /dev/null +++ b/tools/depends/target/libflac/nasm.patch @@ -0,0 +1,14 @@ +diff -ruN configure.in configure.in +--- configure.in 2007-09-13 11:48:42.000000000 -0400 ++++ configure.in 2012-06-10 20:13:50.543973093 -0400 +@@ -269,10 +269,6 @@ + # only matters for x86 + AC_CHECK_PROGS(NASM, nasm) + AM_CONDITIONAL(FLaC__HAS_NASM, test -n "$NASM") +-if test -n "$NASM" ; then +-AC_DEFINE(FLAC__HAS_NASM) +-AH_TEMPLATE(FLAC__HAS_NASM, [define if you are compiling for x86 and have the NASM assembler]) +-fi + + # only matters for PowerPC + AC_CHECK_PROGS(AS, as, as) |