diff options
author | jstebbins <[email protected]> | 2014-03-01 02:57:44 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-03-01 02:57:44 +0000 |
commit | f5dca4423f400948bc33a540af5728d3c0ca8d32 (patch) | |
tree | 49bb814bdb0e4988a4a4030adc4c88b7462f8dac /libhb/module.defs | |
parent | 733bdedc5f71442c535a8bcc1c239d77c7b15036 (diff) |
libhb: dynamic detection of availability of libav audio encoders
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6089 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/module.defs')
-rw-r--r-- | libhb/module.defs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index 6cefac706..02279befd 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -35,10 +35,6 @@ LIBHB.out += $(LIBHB.a) ############################################################################### -ifeq (1,$(FEATURE.fdk_aac)) -LIBHB.GCC.D += USE_FDK_AAC -endif - ifeq (1,$(FEATURE.hwd)) LIBHB.GCC.D += USE_HWD endif |