[SCM] opencore-amr packaging branch, master, updated. upstream/0.1.2-10-g7bf1e45
ceros-guest at users.alioth.debian.org
ceros-guest at users.alioth.debian.org
Fri Sep 18 20:48:48 UTC 2009
The following commit has been merged in the master branch:
commit 7edc6373ff21ccab442cbfea48e8cfc9131c3783
Author: Martin Storsjo <martin at martin.st>
Date: Tue Jun 16 08:44:41 2009 +0300
Add -fPIC -DPIC to the compiler options
This fixes compilation on x86_64
diff --git a/amrnb/Makefile b/amrnb/Makefile
index 0774f1e..48a4ed6 100644
--- a/amrnb/Makefile
+++ b/amrnb/Makefile
@@ -8,6 +8,7 @@ ifneq (, $(BUILD_AS_C))
CXX = $(CC)
CXXFLAGS += -x c -std=c99
endif
+CXXFLAGS += -fPIC -DPIC
ifeq (, $(PREFIX))
PREFIX = /usr/local
diff --git a/amrwb/Makefile b/amrwb/Makefile
index 2e1f625..38af1ce 100644
--- a/amrwb/Makefile
+++ b/amrwb/Makefile
@@ -8,6 +8,7 @@ ifneq (, $(BUILD_AS_C))
CXX = $(CC)
CXXFLAGS += -x c -std=c99
endif
+CXXFLAGS += -fPIC -DPIC
ifeq (, $(PREFIX))
PREFIX = /usr/local
--
opencore-amr packaging
More information about the pkg-multimedia-commits
mailing list