Commit 26b4a537 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "loose up little xcb-xv version requirements"

This reverts commit 8e1f1414.
parent 96eeaffd
...@@ -4086,7 +4086,7 @@ AS_IF([test "${enable_xcb}" != "no"], [ ...@@ -4086,7 +4086,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
VLC_ADD_PLUGIN([xcb]) VLC_ADD_PLUGIN([xcb])
AS_IF([test "${enable_xvideo}" != "no"], [ AS_IF([test "${enable_xvideo}" != "no"], [
PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1], [ PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1.90.1], [
VLC_ADD_PLUGIN([xcb_xv]) 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