diff options
author | Bradley Sepos <[email protected]> | 2018-05-29 19:09:16 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-05-29 19:09:16 -0400 |
commit | 1fb82b1a47d47684cc45eddebbb3363af7b55949 (patch) | |
tree | 9a71ab7836454c16bd7ad85f6abdcddaf5001bff /libhb/module.defs | |
parent | 2f0eed63cf3c68bb501ed8c074efc81768629883 (diff) |
libhb: build: README: Replace instances of Libav with FFmpeg.
Diffstat (limited to 'libhb/module.defs')
-rw-r--r-- | libhb/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index cded5806d..99e2b4cfa 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -42,8 +42,8 @@ LIBHB.out += $(LIBHB.a) ############################################################################### -ifeq (1,$(FEATURE.libav_aac)) -LIBHB.GCC.D += USE_LIBAV_AAC +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 |