blob: 36a4cfe1266521b1fbc67e88fcc7471a8764f2d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
|