summaryrefslogtreecommitdiffstats
path: root/opencore-amr/opencore-amr-0.1.1-arch-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'opencore-amr/opencore-amr-0.1.1-arch-paths.patch')
-rw-r--r--opencore-amr/opencore-amr-0.1.1-arch-paths.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/opencore-amr/opencore-amr-0.1.1-arch-paths.patch b/opencore-amr/opencore-amr-0.1.1-arch-paths.patch
new file mode 100644
index 0000000..36a4cfe
--- /dev/null
+++ b/opencore-amr/opencore-amr-0.1.1-arch-paths.patch
@@ -0,0 +1,28 @@
+Index: opencore-amr/amrnb/Makefile
+===================================================================
+--- opencore-amr.orig/amrnb/Makefile
++++ opencore-amr/amrnb/Makefile
+@@ -10,7 +10,7 @@
+ endif
+
+ ifeq (, $(PREFIX))
+- PREFIX = /usr/local
++ PREFIX = /usr
+ endif
+
+ DEC_DIR = $(AMR_BASE)/amr_nb/dec
+
+Index: opencore-amr/amrwb/Makefile
+===================================================================
+--- opencore-amr.orig/amrwb/Makefile
++++ opencore-amr/amrwb/Makefile
+@@ -10,7 +10,7 @@
+ endif
+
+ ifeq (, $(PREFIX))
+- PREFIX = /usr/local
++ PREFIX = /usr
+ endif
+
+ DEC_DIR = $(AMR_BASE)/amr_wb/dec
+