plugins: include "sysdeps.h" header instead of "config.h".
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 20 Mar 2013 10:57:03 +0000 (11:57 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 20 Mar 2013 17:35:01 +0000 (18:35 +0100)
gst/vaapi/gstvaapipluginbuffer.c
gst/vaapi/gstvaapipluginutil.c

index 1ed8f98..305eee8 100644 (file)
  *  Boston, MA 02110-1301 USA
  */
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
+#include "gst/vaapi/sysdeps.h"
 #include <gst/vaapi/gstvaapivideometa.h>
 #include <gst/vaapi/gstvaapivideobuffer.h>
 #if USE_GLX
index 0a56893..4ee73ad 100644 (file)
  *  Boston, MA 02110-1301 USA
  */
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-#include <string.h>
+#include "gst/vaapi/sysdeps.h"
 #include <gst/video/videocontext.h>
 #if USE_DRM
 # include <gst/vaapi/gstvaapidisplay_drm.h>