vaapiplugin: fix build when compiling without GLX.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
Yan Yin 2012-06-25 16:07:55 +08:00 committed by Gwenole Beauchesne
parent 86b02639ee
commit e0fac751f6

View file

@ -29,7 +29,7 @@
#include <string.h>
#ifdef USE_VAAPI_GLX
#if USE_VAAPI_GLX
#include <gst/vaapi/gstvaapidisplay_glx.h>
#else
#include <gst/vaapi/gstvaapidisplay_x11.h>