Commit 8e1f1414 authored by Ilkka Ollakka's avatar Ilkka Ollakka

loose up little xcb-xv version requirements

Atleast for me xcb-xv gives version 1.1 only, and vlc compiled/works
with it just fine.
parent 112853d9
......@@ -4086,7 +4086,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
VLC_ADD_PLUGIN([xcb])
AS_IF([test "${enable_xvideo}" != "no"], [
PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1.90.1], [
PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1], [
VLC_ADD_PLUGIN([xcb_xv])
])
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment