[FFmpeg-devel] [FFmpeg-cvslog] libavformat/dvdvideo: add DVD-Video demuxer, powered by libdvdread and libdvdnav

Marth64 marth64 at proxyid.net
Sun Mar 3 06:28:00 EET 2024


I did take caution here,
ffmpeg must be built with all of the following flags: ./configure
--enable-demuxer=dvdvideo --enable-libdvdread --enable-libdvdnav
--enable-gpl

This is also called out in the docs:
> FFmpeg must be built with GPL library support available as well as the
configure switches --enable-libdvdnav and --enable-libdvdread.

Thank you!

On Sat, Mar 2, 2024 at 11:12 AM James Almer <jamrial at gmail.com> wrote:

> On 3/2/2024 2:03 PM, Jean-Baptiste Kempf wrote:
> > Hello,
> >
> > This is missing an "enabled gpl" in the configure.
>
> The libraries were added to EXTERNAL_LIBRARY_GPL_LIST, so configure will
> not suceed without --enable-gpl.
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-devel mailing list