0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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.
This commit is contained in:
Uoti Urpala 2010-05-26 11:15:54 +03:00
parent 2e8ef70d4f
commit ba5f104836

View File

@ -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,