Signed-off-by: Tobias Jakobi <[email protected]>
---
 src/uxa/intel_video.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/uxa/intel_video.c b/src/uxa/intel_video.c
index 310b6c9..33d447c 100644
--- a/src/uxa/intel_video.c
+++ b/src/uxa/intel_video.c
@@ -239,8 +239,10 @@ void intel_video_init(ScreenPtr screen)
                intel->XvEnabled = FALSE;
        }
 
+#ifdef INTEL_XVMC
         if (texturedAdaptor)
                 intel_xvmc_adaptor_init(screen);
+#endif
 
        free(adaptors);
 }
-- 
1.8.5.5

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to