changeset 77:0feb6db3a2da trunk

[svn] ENABLE_AAC conditional so we won't compile it if the user doesn't want.
author msameer
date Sun, 30 Oct 2005 14:02:23 -0800
parents 68482044bfa0
children ae0af0523844
files Plugins/Input/aac/Makefile.am
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/aac/Makefile.am	Sat Oct 29 18:59:02 2005 -0700
+++ b/Plugins/Input/aac/Makefile.am	Sun Oct 30 14:02:23 2005 -0800
@@ -1,1 +1,3 @@
+if ENABLE_AAC
 SUBDIRS = libmp4v2 libfaad2 src
+endif