mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +00:00
configure: Depend on openh264 >= 1.3.0
Required for the version check header, as agreed upon on IRC
This commit is contained in:
parent
4fd0f7277a
commit
5352ba19ac
1 changed files with 1 additions and 1 deletions
|
@ -2476,7 +2476,7 @@ AG_GST_CHECK_FEATURE(OPENEXR, [openexr library], openexr, [
|
||||||
dnl *** openh264 ***
|
dnl *** openh264 ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_OPENH264, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_OPENH264, true)
|
||||||
AG_GST_CHECK_FEATURE(OPENH264, [openh264 library], openh264, [
|
AG_GST_CHECK_FEATURE(OPENH264, [openh264 library], openh264, [
|
||||||
AG_GST_PKG_CHECK_MODULES(OPENH264, openh264)
|
AG_GST_PKG_CHECK_MODULES(OPENH264, openh264 >= 1.3.0)
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** OpenJPEG ***
|
dnl *** OpenJPEG ***
|
||||||
|
|
Loading…
Reference in a new issue