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

2024-03-02 Thread Jean-Baptiste Kempf
On Sun, 3 Mar 2024, at 05:28, Marth64 wrote: > 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

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

2024-03-02 Thread Marth64
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

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

2024-03-02 Thread James Almer
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

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

2024-03-02 Thread Jean-Baptiste Kempf
Hello, This is missing an "enabled gpl" in the configure. BR, On Sat, 2 Mar 2024, at 09:08, Marth64 wrote: > ffmpeg | branch: master | Marth64 | Sun Feb 18 > 22:01:44 2024 -0600| [a1304272c3a0ef7c3d77c702dd466b3f11bf300f] | > committer: Anton Khirnov > > libavformat/dvdvideo: add DVD-Video