aboutsummaryrefslogtreecommitdiff
path: root/others/libx264/libx264-nommxfix.patch
diff options
context:
space:
mode:
authorrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>2007-02-26 02:15:30 +0000
committerrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>2007-02-26 02:15:30 +0000
commit54834f8b02ef53419b459ebe6b93ef3119ed98ae (patch)
tree86902373df8cc86a98f5d4de4f20e49c76d2f762 /others/libx264/libx264-nommxfix.patch
parented2f3dd5e8aa9b202042355173c60108202ec545 (diff)
downloadslackbuilds-54834f8b02ef53419b459ebe6b93ef3119ed98ae.tar.gz
slackbuilds-54834f8b02ef53419b459ebe6b93ef3119ed98ae.tar.bz2
libx264 fix and version bump
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1028 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'others/libx264/libx264-nommxfix.patch')
-rw-r--r--others/libx264/libx264-nommxfix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/others/libx264/libx264-nommxfix.patch b/others/libx264/libx264-nommxfix.patch
new file mode 100644
index 00000000..6b3309c1
--- /dev/null
+++ b/others/libx264/libx264-nommxfix.patch
@@ -0,0 +1,11 @@
+--- configure.old 2007-02-25 18:53:19.000000000 +0000
++++ configure 2007-02-25 18:55:31.000000000 +0000
+@@ -138,7 +138,7 @@
+ case "${MACHINE%%-*}" in
+ i*86)
+ ARCH="X86"
+- CFLAGS="$CFLAGS -DHAVE_MMXEXT -DHAVE_SSE2"
++ CFLAGS="$CFLAGS "
+ AS="nasm"
+ ASFLAGS="-O2"
+ if [ "$SYS" = MACOSX ]; then