summaryrefslogtreecommitdiff
path: root/multimedia/x264-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/x264-devel/files')
-rw-r--r--multimedia/x264-devel/files/patch-Makefile20
-rw-r--r--multimedia/x264-devel/files/patch-configure29
2 files changed, 0 insertions, 49 deletions
diff --git a/multimedia/x264-devel/files/patch-Makefile b/multimedia/x264-devel/files/patch-Makefile
deleted file mode 100644
index d648a3b2bed2..000000000000
--- a/multimedia/x264-devel/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig Wed Aug 9 10:07:14 2006
-+++ Makefile Wed Aug 9 10:07:37 2006
-@@ -18,7 +18,7 @@
- endif
-
- # MMX/SSE optims
--ifeq ($(ARCH),X86)
-+ifeq ($(ARCH),i386)
- SRCS += common/i386/mc-c.c common/i386/predict-c.c
- ASMSRC = common/i386/dct-a.asm common/i386/cpu-a.asm \
- common/i386/pixel-a.asm common/i386/mc-a.asm \
-@@ -30,7 +30,7 @@
- endif
-
- # MMX/SSE optims
--ifeq ($(ARCH),X86_64)
-+ifeq ($(ARCH),amd64)
- SRCS += common/i386/mc-c.c common/i386/predict-c.c
- ASMSRC = common/amd64/dct-a.asm common/amd64/cpu-a.asm \
- common/amd64/pixel-a.asm common/amd64/mc-a.asm \
diff --git a/multimedia/x264-devel/files/patch-configure b/multimedia/x264-devel/files/patch-configure
deleted file mode 100644
index 72c5e712fc31..000000000000
--- a/multimedia/x264-devel/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig Tue Sep 26 16:45:03 2006
-+++ configure Wed Sep 27 07:56:11 2006
-@@ -115,8 +115,6 @@
- HAVE_GETOPT_LONG=0
- ;;
- *)
-- echo "Unknown system $MACHINE, edit the configure"
-- exit 1
- ;;
- esac
-
-@@ -136,7 +134,7 @@
- ASFLAGS="$ASFLAGS -f elf"
- fi
- ;;
-- x86_64)
-+ x86_64 | amd64)
- ARCH="X86_64"
- CFLAGS="$CFLAGS -DHAVE_MMXEXT -DHAVE_SSE2"
- AS="yasm"
-@@ -293,7 +291,7 @@
- esac
- fi
-
--MP4_LDFLAGS="-lgpac_static"
-+MP4_LDFLAGS="-lgpac"
- if [ $SYS = CYGWIN -o $SYS = MINGW ]; then
- MP4_LDFLAGS="$MP4_LDFLAGS -lwinmm"
- fi