[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:43 UTC 2009
The following commit has been merged in the master branch:
commit f6b5865240867e6a870f090ad85cdb51998d1706
Author: Martin Storsjo <martin at martin.st>
Date: Tue May 19 16:41:29 2009 +0200
Define BUILD_AS_C when calling install too, to build in the same way
even if the library isn't built already when doing install
diff --git a/Makefile b/Makefile
index bb7ba37..0eb3346 100644
--- a/Makefile
+++ b/Makefile
@@ -8,5 +8,5 @@ clean:
$(MAKE) -C amrwb clean
install:
- $(MAKE) -C amrnb install
- $(MAKE) -C amrwb install
+ $(MAKE) -C amrnb install BUILD_AS_C=1
+ $(MAKE) -C amrwb install BUILD_AS_C=1
--
opencore-amr packaging
More information about the pkg-multimedia-commits
mailing list