diff options
-rw-r--r-- | tests/codec.c | 2 | ||||
-rw-r--r-- | tests/decoder.c | 2 | ||||
-rw-r--r-- | tests/output.c | 2 | ||||
-rw-r--r-- | tests/test-decode.c | 2 | ||||
-rw-r--r-- | tests/test-display.c | 2 | ||||
-rw-r--r-- | tests/test-subpicture.c | 2 | ||||
-rw-r--r-- | tests/test-textures.c | 1 | ||||
-rw-r--r-- | tests/test-windows.c | 2 |
8 files changed, 8 insertions, 7 deletions
diff --git a/tests/codec.c b/tests/codec.c index 5288589e..2a8aca19 100644 --- a/tests/codec.c +++ b/tests/codec.c @@ -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" diff --git a/tests/decoder.c b/tests/decoder.c index 17e2ad89..cb918c70 100644 --- a/tests/decoder.c +++ b/tests/decoder.c @@ -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> diff --git a/tests/output.c b/tests/output.c index 5116badd..33ed52c9 100644 --- a/tests/output.c +++ b/tests/output.c @@ -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 diff --git a/tests/test-decode.c b/tests/test-decode.c index 6ee32b2e..3663d695 100644 --- a/tests/test-decode.c +++ b/tests/test-decode.c @@ -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" diff --git a/tests/test-display.c b/tests/test-display.c index 568c3681..e3d594f1 100644 --- a/tests/test-display.c +++ b/tests/test-display.c @@ -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> diff --git a/tests/test-subpicture.c b/tests/test-subpicture.c index 5c819423..24482746 100644 --- a/tests/test-subpicture.c +++ b/tests/test-subpicture.c @@ -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" diff --git a/tests/test-textures.c b/tests/test-textures.c index 7bf40fd3..6c5d17d1 100644 --- a/tests/test-textures.c +++ b/tests/test-textures.c @@ -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> diff --git a/tests/test-windows.c b/tests/test-windows.c index 9c3b7688..6aa9e94d 100644 --- a/tests/test-windows.c +++ b/tests/test-windows.c @@ -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 |