[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:33 UTC 2009


The following commit has been merged in the master branch:
commit c30cc92ac89dfe1f7410d521f484e1b1c443b713
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun May 17 02:25:56 2009 -0400

    Make a basic toplevel Makefile.
    
    This is so others not using Debian can use this library as well.

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..bb7ba37
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+all:
+	$(MAKE) -C amrnb BUILD_AS_C=1
+	$(MAKE) -C amrwb BUILD_AS_C=1
+
+distclean: clean
+clean:
+	$(MAKE) -C amrnb clean
+	$(MAKE) -C amrwb clean
+
+install:
+	$(MAKE) -C amrnb install
+	$(MAKE) -C amrwb install

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list