From 84365594ec624f3c341f443503a7e83fe627d427 Mon Sep 17 00:00:00 2001 From: Tom Cooksey Date: Tue, 23 Feb 2010 12:10:21 +0100 Subject: Make the XVideo configure test actually pass if XV is present Reviewed-By: TrustMe --- config.tests/x11/xvideo/xvideo.cpp | 1 + config.tests/x11/xvideo/xvideo.pro | 1 + 2 files changed, 2 insertions(+) (limited to 'config.tests') diff --git a/config.tests/x11/xvideo/xvideo.cpp b/config.tests/x11/xvideo/xvideo.cpp index 9d0eef6be9..e9de2a8176 100644 --- a/config.tests/x11/xvideo/xvideo.cpp +++ b/config.tests/x11/xvideo/xvideo.cpp @@ -1,3 +1,4 @@ +#include #include #include diff --git a/config.tests/x11/xvideo/xvideo.pro b/config.tests/x11/xvideo/xvideo.pro index 114cbd37e2..d4c63a0158 100644 --- a/config.tests/x11/xvideo/xvideo.pro +++ b/config.tests/x11/xvideo/xvideo.pro @@ -1,3 +1,4 @@ CONFIG += x11 CONFIG -= qt SOURCES = xvideo.cpp +LIBS += -lXv -- cgit v1.2.3