]> git.pld-linux.org Git - packages/openh264.git/blame - no-forced-arch.patch
- updated to 1.7.0 (note: new soname)
[packages/openh264.git] / no-forced-arch.patch
CommitLineData
e2571060
JB
1--- openh264-1.7.0/build/x86-common.mk.orig 2017-06-16 06:20:14.000000000 +0200
2+++ openh264-1.7.0/build/x86-common.mk 2017-07-16 18:29:20.990148087 +0200
3c5f0148
JR
3@@ -1,5 +1,3 @@
4-CFLAGS_M32=-m32
5-CFLAGS_M64=-m64
6 ASM_INCLUDES = -I$(SRC_PATH)codec/common/x86/
e2571060
JB
7 ifneq ($(ENABLE64BIT),)
8 ifeq ($(ENABLE64BIT), Yes)
9@@ -9,12 +7,8 @@
3c5f0148
JR
10 endif
11 endif
e2571060 12 ifeq ($(ARCH), x86_64)
3c5f0148
JR
13-CFLAGS += $(CFLAGS_M64)
14-LDFLAGS += $(CFLAGS_M64)
15 ASMFLAGS_PLATFORM = -DUNIX64
16 else
17-CFLAGS += $(CFLAGS_M32)
18-LDFLAGS += $(CFLAGS_M32)
19 ASMFLAGS_PLATFORM = -DX86_32
e2571060
JB
20 ifeq ($(ENABLEPIC), Yes)
21 CFLAGS += -DX86_32_PICASM
This page took 0.079231 seconds and 4 git commands to generate.