tests: include "sysdeps.h" header instead of "config.h".
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 20 Mar 2013 10:50:15 +0000 (11:50 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 20 Mar 2013 17:30:09 +0000 (18:30 +0100)
tests/codec.c
tests/decoder.c
tests/output.c
tests/test-decode.c
tests/test-display.c
tests/test-subpicture.c
tests/test-textures.c
tests/test-windows.c

index 5288589..2a8aca1 100644 (file)
@@ -19,7 +19,7 @@
  *  Boston, MA 02110-1301 USA
  */
 
-#include "config.h"
+#include "gst/vaapi/sysdeps.h"
 #include <gst/vaapi/gstvaapidisplay.h>
 #include "codec.h"
 
index 17e2ad8..cb918c7 100644 (file)
@@ -19,7 +19,7 @@
  *  Boston, MA 02110-1301 USA
  */
 
-#include "config.h"
+#include "gst/vaapi/sysdeps.h"
 #include <string.h>
 #include <gst/vaapi/gstvaapidecoder_h264.h>
 #include <gst/vaapi/gstvaapidecoder_jpeg.h>
index 5116bad..33ed52c 100644 (file)
@@ -19,7 +19,7 @@
  *  Boston, MA 02110-1301 USA
  */
 
-#include "config.h"
+#include "gst/vaapi/sysdeps.h"
 #include <string.h>
 #include <gst/gst.h>
 #if USE_DRM
index 6ee32b2..3663d69 100644 (file)
@@ -20,7 +20,7 @@
  *  Boston, MA 02110-1301 USA
 */
 
-#include "config.h"
+#include "gst/vaapi/sysdeps.h"
 #include <string.h>
 #include <gst/vaapi/gstvaapisurface.h>
 #include "decoder.h"
index 568c368..e3d594f 100644 (file)
@@ -20,7 +20,7 @@
  *  Boston, MA 02110-1301 USA
 */
 
-#include "config.h"
+#include "gst/vaapi/sysdeps.h"
 #include <gst/video/video.h>
 #if USE_DRM
 # include <gst/vaapi/gstvaapidisplay_drm.h>
index 5c81942..2448274 100644 (file)
@@ -20,7 +20,7 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  */
 
-#include "config.h"
+#include "gst/vaapi/sysdeps.h"
 #include <string.h>
 #include <gst/vaapi/gstvaapisurface.h>
 #include "decoder.h"
index 7bf40fd..6c5d17d 100644 (file)
@@ -19,6 +19,7 @@
  *  Boston, MA 02110-1301 USA
 */
 
+#include "gst/vaapi/sysdeps.h"
 #include <gst/vaapi/gstvaapidisplay_glx.h>
 #include <gst/vaapi/gstvaapiwindow_glx.h>
 #include <gst/vaapi/gstvaapisurface.h>
index 9c3b768..6aa9e94 100644 (file)
@@ -20,7 +20,7 @@
  *  Boston, MA 02110-1301 USA
 */
 
-#include "config.h"
+#include "gst/vaapi/sysdeps.h"
 #include <gst/vaapi/gstvaapisurface.h>
 #include <gst/vaapi/gstvaapiimage.h>
 #if USE_DRM