summaryrefslogtreecommitdiffstats
path: root/libaf/af.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-05-26 11:15:54 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-05-26 11:15:54 +0300
commitba5f104836b487d70b0ab107fb7a1325566504ad (patch)
treea7be5e7dd993cf485d22929a8e964abdffae553a /libaf/af.c
parent2e8ef70d4fe1dab503e2112512383a6fec7b9499 (diff)
downloadmpv-ba5f104836b487d70b0ab107fb7a1325566504ad.tar.bz2
mpv-ba5f104836b487d70b0ab107fb7a1325566504ad.tar.xz
af_lavcac3enc: actually enable the filter by default
The filter was changed earlier to allow building without FFmpeg internal symbols. Make it actually available by default.
Diffstat (limited to 'libaf/af.c')
-rw-r--r--libaf/af.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libaf/af.c b/libaf/af.c
index 934d935858..f8dde983e0 100644
--- a/libaf/af.c
+++ b/libaf/af.c
@@ -70,10 +70,8 @@ static af_info_t* filter_list[]={
#endif
&af_info_volnorm,
&af_info_extrastereo,
-#ifdef CONFIG_LIBAVCODEC_INTERNALS
- &af_info_lavcac3enc,
-#endif
#ifdef CONFIG_LIBAVCODEC
+ &af_info_lavcac3enc,
&af_info_lavcresample,
#endif
&af_info_sweep,