From e0fac751f67c82a4f74cb8e2198136f4ca6f5f7c Mon Sep 17 00:00:00 2001 From: Yan Yin Date: Mon, 25 Jun 2012 16:07:55 +0800 Subject: [PATCH] vaapiplugin: fix build when compiling without GLX. Signed-off-by: Gwenole Beauchesne --- gst/vaapi/gstvaapipluginutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/vaapi/gstvaapipluginutil.c b/gst/vaapi/gstvaapipluginutil.c index 782304b..168ae1f 100644 --- a/gst/vaapi/gstvaapipluginutil.c +++ b/gst/vaapi/gstvaapipluginutil.c @@ -29,7 +29,7 @@ #include -#ifdef USE_VAAPI_GLX +#if USE_VAAPI_GLX #include #else #include -- 2.7.4