[vlc-commits] [Git][videolan/vlc][master] 2 commits: meson: bump FFmpeg libraries versions
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Jun 26 07:21:45 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
a0f5dc33 by Steve Lhomme at 2024-06-26T07:09:07+00:00
meson: bump FFmpeg libraries versions
To match the values in configure.ac from 931e9f34cec5cfbc939672e0691e41fde19e94f5.
- - - - -
781532d8 by Steve Lhomme at 2024-06-26T07:09:07+00:00
meson: bump libbluray library version
To match the values in configure.ac from 63ffd9e4eeb0e02538eea70a4bce9f7095917658.
- - - - -
2 changed files:
- modules/access/meson.build
- modules/meson.build
Changes:
=====================================
modules/access/meson.build
=====================================
@@ -285,7 +285,7 @@ if dvdread_dep.found()
endif
# Blu-ray access
-libbluray_dep = dependency('libbluray', version: '>= 0.6.2', required: get_option('bluray'))
+libbluray_dep = dependency('libbluray', version: '>= 1.1.0', required: get_option('bluray'))
if libbluray_dep.found()
vlc_modules += {
'name' : 'bluray',
=====================================
modules/meson.build
=====================================
@@ -180,9 +180,9 @@ librist_dep = dependency('librist', required: get_option('rist'))
mtp_dep = dependency('libmtp', version: '>=1.0.0', required: get_option('mtp'))
# FFmpeg
-avformat_dep = dependency('libavformat', version: '>= 53.21.0', required: get_option('avformat'))
-avcodec_dep = dependency('libavcodec', version: '>= 57.37.100', required: get_option('avcodec'))
-avutil_dep = dependency('libavutil', version: '>= 55.22.101', required: false)
+avformat_dep = dependency('libavformat', version: '>= 58.29.100', required: get_option('avformat'))
+avcodec_dep = dependency('libavcodec', version: '>= 58.54.100', required: get_option('avcodec'))
+avutil_dep = dependency('libavutil', version: '>= 56.31.100', required: false)
# Freetype, used by text_renderer and ASS access
freetype_dep = dependency('freetype2', required: get_option('freetype'))
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/b0a72a7adf6087e59d384059f931fff9d5071d57...781532d8e4757063343ab9fba58ef38cb0c2c848
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/b0a72a7adf6087e59d384059f931fff9d5071d57...781532d8e4757063343ab9fba58ef38cb0c2c848
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list