From cc2160de5cc05dc3aa77f3a34358e66f6193c8c9 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 26 Jun 2012 20:35:30 +0200 Subject: Add support for AAC. --- faad2/src/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 faad2/src/Makefile.am (limited to 'faad2/src/Makefile.am') diff --git a/faad2/src/Makefile.am b/faad2/src/Makefile.am new file mode 100644 index 0000000..4f58d5a --- /dev/null +++ b/faad2/src/Makefile.am @@ -0,0 +1,8 @@ +SUBDIRS = libfaad common frontend plugins + +EXTRA_DIST = faad2.spec + +rpm: Makefile + make dist + $(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz + rm $(PACKAGE)-$(VERSION).tar.gz -- cgit v1.2.3