mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
meson: Update openjpeg wrap to 2.5.2, fixes a warning
The version was incorrectly encoded in the opj_config.h header with the earlier version, which caused a compilation warning. ``` ../subprojects/gst-plugins-bad/ext/openjpeg/gstopenjpegenc.c:943:5: warning: ‘bpp’ is deprecated: Use prec instead [-Wdeprecated-declarations] 943 | comps[i].bpp = GST_VIDEO_FRAME_COMP_DEPTH (frame, i); | ^~~~~ ``` Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7481>
This commit is contained in:
parent
e402ed86df
commit
f4af1f6e62
1 changed files with 9 additions and 8 deletions
|
@ -1,12 +1,13 @@
|
|||
[wrap-file]
|
||||
directory = openjpeg-2.5.0
|
||||
source_url = https://github.com/uclouvain/openjpeg/archive/v2.5.0.tar.gz
|
||||
source_filename = openjpeg-2.5.0.tar.gz
|
||||
source_hash = 0333806d6adecc6f7a91243b2b839ff4d2053823634d4f6ed7a59bc87409122a
|
||||
patch_filename = libopenjp2_2.5.0-1_patch.zip
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/libopenjp2_2.5.0-1/get_patch
|
||||
patch_hash = 191a6e0276d153545607e68f64363035077448dbce068799ecd3cf0bd9882896
|
||||
wrapdb_version = 2.5.0-1
|
||||
directory = openjpeg-2.5.2
|
||||
source_url = https://github.com/uclouvain/openjpeg/archive/v2.5.2.tar.gz
|
||||
source_filename = openjpeg-2.5.2.tar.gz
|
||||
source_hash = 90e3896fed910c376aaf79cdd98bdfdaf98c6472efd8e1debf0a854938cbda6a
|
||||
patch_filename = libopenjp2_2.5.2-3_patch.zip
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/libopenjp2_2.5.2-3/get_patch
|
||||
patch_hash = 2914f3c00891f245d5b5a407e63a09cd2f66d106e732c59d588fb65511728dea
|
||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libopenjp2_2.5.2-3/openjpeg-2.5.2.tar.gz
|
||||
wrapdb_version = 2.5.2-3
|
||||
|
||||
[provide]
|
||||
libopenjp2 = libopenjp2_dep
|
||||
|
|
Loading…
Reference in a new issue