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/README.linux | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 faad2/src/README.linux (limited to 'faad2/src/README.linux') diff --git a/faad2/src/README.linux b/faad2/src/README.linux new file mode 100644 index 0000000..fe46f90 --- /dev/null +++ b/faad2/src/README.linux @@ -0,0 +1,15 @@ +To compile under Linux. +---------------------- +just run : + +./configure --with-mp4v2 +make +sudo make install + + +about the xmms plugin. +--------------------- + The xmms plugin need to be build after the install of the faad project. +so after you have installed correctly faad (--with-xmms options) you need +to configure and build the xmms plugin part in the plugins/xmms directory. +Read the README and INSTALL files into the xmms directory. -- cgit v1.2.3