1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/multimedia/x264/files/patch-Makefile
Pav Lucistnik 694ee5533a - Update x264 to 0.0.20081218
- Remove x264-gtk

PR:		ports/132780
Submitted by:	Bapt <baptiste.daroussin@gmail.com>

- Update libquicktime to 1.1.1 to fix build with new x264

Submitted by:	kwm

- Chase x264 shlib bump
2009-03-31 13:58:18 +00:00

18 lines
434 B
Plaintext

--- ./Makefile.orig 2008-12-18 22:45:07.000000000 +0100
+++ ./Makefile 2009-03-17 19:09:28.000000000 +0100
@@ -26,12 +26,12 @@
cpu-a.asm dct-32.asm
X86SRC = $(X86SRC0:%=common/x86/%)
-ifeq ($(ARCH),X86)
+ifeq ($(ARCH),i386)
ARCH_X86 = yes
ASMSRC = $(X86SRC) common/x86/pixel-32.asm
endif
-ifeq ($(ARCH),X86_64)
+ifeq ($(ARCH),amd64)
ARCH_X86 = yes
ASMSRC = $(X86SRC:-32.asm=-64.asm)
ASFLAGS += -DARCH_X86_64