summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.c')
-rw-r--r--libhb/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c
index 0b23fda60..8d56248bf 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -348,7 +348,7 @@ static int hb_audio_encoder_is_enabled(int encoder)
return 1;
#endif
-#ifdef USE_LIBAV_AAC
+#ifdef USE_FFMPEG_AAC
case HB_ACODEC_FFAAC:
return avcodec_find_encoder_by_name("aac") != NULL;
#endif