doc: indicate libmpeghdec is non-free

This commit is contained in:
Gyan Doshi
2025-09-30 14:34:18 +05:30
committed by Gyan Doshi
parent fd1fd5850d
commit 74115b017c
2 changed files with 2 additions and 2 deletions

View File

@@ -353,7 +353,7 @@ libmpeghdec decoder wrapper.
libmpeghdec allows libmpeghdec to decode the MPEG-H 3D audio codec. libmpeghdec allows libmpeghdec to decode the MPEG-H 3D audio codec.
Requires the presence of the libmpeghdec headers and library during Requires the presence of the libmpeghdec headers and library during
configuration. You need to explicitly configure the build with configuration. You need to explicitly configure the build with
@code{--enable-libmpeghdec}. @code{--enable-libmpeghdec --enable-nonfree}.
@section libopencore-amrnb @section libopencore-amrnb

View File

@@ -256,7 +256,7 @@ FFmpeg can make use of the Fraunhofer MPEG-H decoder library for MPEG-H 3DA deco
Go to @url{https://github.com/Fraunhofer-IIS/mpeghdec} and follow the Go to @url{https://github.com/Fraunhofer-IIS/mpeghdec} and follow the
instructions for installing the library. instructions for installing the library.
Then pass @code{--enable-libmpeghdec} to configure to enable it. Then pass @code{--enable-libmpeghdec --enable-nonfree} to configure to enable it.
@subsection LC3 library @subsection LC3 library