# HG changeset patch # User msameer # Date 1130709743 28800 # Node ID 0feb6db3a2dabde3e938fde8c0f6099837b25e1f # Parent 68482044bfa060548bfcf7efbcb91174bdfcaa9d [svn] ENABLE_AAC conditional so we won't compile it if the user doesn't want. diff -r 68482044bfa0 -r 0feb6db3a2da Plugins/Input/aac/Makefile.am --- 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