ffmpeg: let ffmpeg choose necessary parsers for audio-dec and custom
authorIan Leonard <antonlacon@gmail.com>
Tue, 8 Aug 2017 07:06:04 +0000 (00:06 -0700)
committerIan Leonard <antonlacon@gmail.com>
Fri, 11 Aug 2017 05:30:15 +0000 (22:30 -0700)
commit3998494f28ddfeca6083c6aa591c875fd5477bf7
tree2583f7636b864a5a89cc6715f4d5d2f9f99031d9
parentc2fa28243135e6f38b2a866f0390766a0af9d861
ffmpeg: let ffmpeg choose necessary parsers for audio-dec and custom

This change allows ffmpeg's configure script to determine the necessary parsers based on
selected decoders & encoders. For libffmpeg-audio-dec, this changes from our selecting:

aac, ac3, flac, mpegaudio, opus and aac_latm

to ffmpeg's configure script selecting:

aac_latm, ac3, flac, mpegaudio

for minor space savings and a simpler Makefile to manage on our end.

In libffmpeg-custom, don't select any parsers when choosing decoders/encoders. I'm undecided
on removing the parser selection in its entirety here.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
multimedia/ffmpeg/Config.in
multimedia/ffmpeg/Makefile