summaryrefslogtreecommitdiffstats
path: root/make/include
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2013-03-03 16:18:16 +0000
committerjstebbins <[email protected]>2013-03-03 16:18:16 +0000
commit288639e626b5c550fdd33e49abf1b8e3a3fcd52e (patch)
tree0df5c1da8728a0706110984b675a0d3b7a350ba9 /make/include
parentb56a9d0fc23ca64f1d63afb797bdc07e1dffc357 (diff)
Add optional fdk-aac encoder
configure --enable-fdk-aac to enable this encoder git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5287 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/include')
-rw-r--r--make/include/main.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/include/main.defs b/make/include/main.defs
index 5a7519e50..45d375c36 100644
--- a/make/include/main.defs
+++ b/make/include/main.defs
@@ -39,6 +39,10 @@ ifneq (,$(filter $(BUILD.system),darwin cygwin mingw))
MODULES += contrib/libsamplerate
endif
+ifeq (1,$(FEATURE.fdk_aac))
+ MODULES += contrib/fdk-aac
+endif
+
MODULES += contrib/lame
MODULES += contrib/faac
MODULES += contrib/ffmpeg