[FFmpeg-trac] #6934(build system:new): Global option to compile FFmpeg with only audio-related features

FFmpeg trac at avcodec.org
Wed Dec 27 02:44:04 EET 2017


#6934: Global option to compile FFmpeg with only audio-related features
-------------------------------------+-------------------------------------
             Reporter:  cybersinh    |                     Type:
               Status:  new          |  enhancement
            Component:  build        |                 Priority:  normal
  system                             |                  Version:
             Keywords:  audio        |  unspecified
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
 Today, compiling FFmpeg to get only audio-related features is not very
 developer friendly.

 We have to write many options (and hard to maintain) to enable all audio
 decoder, demuxer, parser... one by one:
 https://github.com/CyberSinh/Luminescence.Audio/blob/master/lib/make/ffmpeg
 /configure-ffmpeg-msvc.sh

 It would be great if there was a global option in the 'configure' bash
 script to enable all (and only) audio-related features like (eg. for
 demuxers):
 --disable-video-demuxers
 --enable-audio-demuxers

 Thanks!

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6934>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list