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/plugins/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 faad2/src/plugins/Makefile.am (limited to 'faad2/src/plugins/Makefile.am') diff --git a/faad2/src/plugins/Makefile.am b/faad2/src/plugins/Makefile.am new file mode 100644 index 0000000..6286f9f --- /dev/null +++ b/faad2/src/plugins/Makefile.am @@ -0,0 +1,13 @@ +if HAVE_MPEG4IP_PLUG +if HAVE_XMMS +SUBDIRS = xmms mpeg4ip +else +SUBDIRS = mpeg4ip +endif #HAVE_XMMS +else +if HAVE_XMMS +SUBDIRS = xmms +else +SUBDIRS = +endif #HAVE_XMMS +endif #HAVE_MPEG4IP_PLUG -- cgit v1.2.3