ffmpeg: add faac and fdk_aac build options (off)
"The licenses of libfaac and libfdk_aac are not compatible with the GPL, so the GPL does not permit distribution of binaries containing code licensed under these licenses when GPL-licensed code is also included. Therefore these encoders have been designated as "non-free", and you cannot download a pre-built ffmpeg that supports them. This can be resolved by compiling ffmpeg yourself." See https://trac.ffmpeg.org/wiki/Encode/AAC.
This commit is contained in:
parent
d4da8235ab
commit
c698ba3613
3 changed files with 21 additions and 18 deletions
|
@ -11,6 +11,8 @@ desc_option_dri2="Enable support for the DRI2 extension"
|
|||
desc_option_dri="Enable support for the DRI extension"
|
||||
desc_option_efi="Enable support for EFI"
|
||||
desc_option_expat="Enable support for XML via expat"
|
||||
desc_option_faac="Enable support for FAAC codec"
|
||||
desc_option_fdk_aac="Enable support for Fraunhofer FDK AAC codec"
|
||||
desc_option_framebuffer="Enable support for the Framebuffer"
|
||||
desc_option_gdk_pixbuf="Enable support to use transparency via gdk-pixbuf"
|
||||
desc_option_geoclue2="Enable support for geolocation (v2)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue