diff options
author | John Stebbins <[email protected]> | 2019-04-17 10:47:34 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-04-17 11:25:13 -0600 |
commit | 53a94cc365e81534a5f6ed7ee0649062372bcb05 (patch) | |
tree | 82ff7a0d1488844ed1e4954f69f59a5b2400f173 /libhb/module.defs | |
parent | 7147389186a86b4c188929fcf4c3b68c5321323b (diff) |
av_aac: use HB_PROJECT_FEATURE_FFMPEG_AAC instead of USE_FFMPEG_AAC
Diffstat (limited to 'libhb/module.defs')
-rw-r--r-- | libhb/module.defs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index 686e12798..3afda13dc 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -42,9 +42,6 @@ LIBHB.out += $(LIBHB.a) ############################################################################### -ifeq (1,$(FEATURE.ffmpeg_aac)) -LIBHB.GCC.D += USE_FFMPEG_AAC -endif LIBHB.GCC.D += __LIBHB__ USE_PTHREAD LIBHB.GCC.I += $(LIBHB.build/) $(CONTRIB.build/)include |