The branch, master has been updated
       via  069d465895d6dd98acc4ce997cdf0b1459b37776 (commit)
      from  6f4a3be9dc042934fa3b0f31f0d14719794252c4 (commit)


- Log -----------------------------------------------------------------
commit 069d465895d6dd98acc4ce997cdf0b1459b37776
Author:     Neal Gompa <[email protected]>
AuthorDate: Fri Nov 21 06:16:50 2025 -0500
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Mon Nov 24 03:08:20 2025 +0000

    configure: Lower libdvdnav and libdvdread minimum versions for EL9
    
    Red Hat Enterprise Linux 9 is one patch version lower than what
    FFmpeg currently requests. The slightly older versions still result
    in a working build of FFmpeg with DVD support, so allow those
    versions to be consumed to build FFmpeg.
    
    Signed-off-by: Neal Gompa <[email protected]>

diff --git a/configure b/configure
index 0ebfc851e6..7d6061b55c 100755
--- a/configure
+++ b/configure
@@ -7121,8 +7121,8 @@ enabled libdav1d          && require_pkg_config libdav1d 
"dav1d >= 1.0.0" "dav1d
 enabled libdavs2          && require_pkg_config libdavs2 "davs2 >= 1.6.0" 
davs2.h davs2_decoder_open
 enabled libdc1394         && require_pkg_config libdc1394 libdc1394-2 
dc1394/dc1394.h dc1394_new
 enabled libdrm            && check_pkg_config libdrm libdrm xf86drm.h 
drmGetVersion
-enabled libdvdnav         && require_pkg_config libdvdnav "dvdnav >= 6.1.1" 
dvdnav/dvdnav.h dvdnav_open2
-enabled libdvdread        && require_pkg_config libdvdread "dvdread >= 6.1.2" 
dvdread/dvd_reader.h DVDOpen2
+enabled libdvdnav         && require_pkg_config libdvdnav "dvdnav >= 6.1.0" 
dvdnav/dvdnav.h dvdnav_open2
+enabled libdvdread        && require_pkg_config libdvdread "dvdread >= 6.1.1" 
dvdread/dvd_reader.h DVDOpen2
 enabled libfdk_aac        && { check_pkg_config libfdk_aac fdk-aac 
"fdk-aac/aacenc_lib.h" aacEncOpen ||
                                { require libfdk_aac fdk-aac/aacenc_lib.h 
aacEncOpen -lfdk-aac &&
                                  warn "using libfdk without pkg-config"; } }

-----------------------------------------------------------------------

Summary of changes:
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to