plugins: include "sysdeps.h" instead of "config.h".
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 12 Sep 2012 11:41:47 +0000 (13:41 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 12 Sep 2012 11:41:47 +0000 (13:41 +0200)
gst/vaapi/gstvaapidecode.c
gst/vaapi/gstvaapidownload.c
gst/vaapi/gstvaapipostproc.c
gst/vaapi/gstvaapisink.c
gst/vaapi/gstvaapiupload.c

index 1cc94c7..100ca52 100644 (file)
@@ -28,8 +28,7 @@
  * the vaapisink element.
  */
 
-#include "config.h"
-
+#include "gst/vaapi/sysdeps.h"
 #include <gst/vaapi/gstvaapidisplay.h>
 #include <gst/vaapi/gstvaapivideobuffer.h>
 #include <gst/video/videocontext.h>
index cb91464..2f12711 100644 (file)
@@ -27,8 +27,7 @@
  * vaapidownload converts from VA surfaces to raw YUV pixels.
  */
 
-#include "config.h"
-
+#include "gst/vaapi/sysdeps.h"
 #include <gst/gst.h>
 #include <gst/video/video.h>
 #include <gst/video/videocontext.h>
index a528131..bcd2522 100644 (file)
@@ -28,7 +28,7 @@
  * implemented.
  */
 
-#include "config.h"
+#include "gst/vaapi/sysdeps.h"
 #include <gst/video/video.h>
 #include <gst/video/videocontext.h>
 #include <gst/vaapi/gstvaapivideobuffer.h>
index 4697082..7251398 100644 (file)
@@ -29,7 +29,7 @@
  * create its own internal window and render into it.
  */
 
-#include "config.h"
+#include "gst/vaapi/sysdeps.h"
 #include <gst/gst.h>
 #include <gst/video/video.h>
 #include <gst/video/videocontext.h>
index 5e2ce1b..88b43a5 100644 (file)
@@ -28,8 +28,7 @@
  * for the vaapisink element, for example.
  */
 
-#include "config.h"
-
+#include "gst/vaapi/sysdeps.h"
 #include <gst/gst.h>
 #include <gst/video/video.h>
 #include <gst/video/videocontext.h>