aboutsummaryrefslogtreecommitdiff
path: root/others/libx264/libx264-nommxfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'others/libx264/libx264-nommxfix.patch')
-rw-r--r--others/libx264/libx264-nommxfix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/others/libx264/libx264-nommxfix.patch b/others/libx264/libx264-nommxfix.patch
deleted file mode 100644
index 6b3309c1..00000000
--- a/others/libx264/libx264-nommxfix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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