summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2015-04-07 15:57:30 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-04-07 16:01:52 +0200
commit5352ba19acca30882205d9d7ed3cbd23248d967c (patch)
tree43fe2d21ac68cafe132d50e1b664884695db8220 /configure.ac
parent4fd0f7277a701f3ef33ea90524700fab6c2c6c77 (diff)
downloadgstreamer-plugins-bad-5352ba19acca30882205d9d7ed3cbd23248d967c.tar.gz
configure: Depend on openh264 >= 1.3.0
Required for the version check header, as agreed upon on IRC
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ae513734b..2ba3033ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2476,7 +2476,7 @@ AG_GST_CHECK_FEATURE(OPENEXR, [openexr library], openexr, [
dnl *** openh264 ***
translit(dnm, m, l) AM_CONDITIONAL(USE_OPENH264, true)
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 ***