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 5288589e595218b911bd215afbbb004e52a1ce9f..2a8aca194cfe2e480ec883fd213edba3c1571a65 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 17e2ad89cd80c1c2e3957a9cc9014228e12f7d8d..cb918c7076fc0572b7bc1e842b4587a80abf7eb5 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 5116baddab7cfc5b85c585758562d2685ddae376..33ed52c9a31a9c263fde0ac9dc55f028f322ba84 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 6ee32b2e7cec630be5e895054beaec32e4a25097..3663d69528e99cfacd1e569ee506ec64f58fe176 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 568c368113aaeb3d75389c9e3f3a27b685400a48..e3d594f15c97da16f5b4462c78a7545d85b3a8ba 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 5c81942392fad2ee025c98e6b4b642c8ae67c6bc..24482746ea6b32c62b6f399d96ccd17d43e977fa 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 7bf40fd3a87b4bc07656af6501dfbdde503ecad0..6c5d17d10e3201ca5de70c8b6cc2ad8e293875ce 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 9c3b7688c36e789b699b78a6fde998b2d723f9a4..6aa9e94dc0934393e80fb1201c4ef48a9e42fcea 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