gstreamer/tests
Haihao Xiang 81203a6098 meson: build test-vaapicontext when using X11
x11_dep and libva_x11_dep are optional and meson ignores these
dependencies even if they are added into the dependency list.

This fixes the error below when libva-x11 is not avaiblabe:

cc -Itests/elements/tests@elements@@test-vaapicontext@exe
-Itests/elements -I../../gstreamer-vaapi/tests/elements -I.
-I../../gstreamer-vaapi/ -Igst-libs -I../../gstreamer-vaapi/gst-libs
-I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/orc-0.4
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/
-I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/pango-1.0
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0
-fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall
-Winvalid-pch -O2 -g -fvisibility=hidden -fno-strict-aliasing -pthread
-DHAVE_CONFIG_H  -MD -MQ
'tests/elements/tests@elements@@test-vaapicontext@exe/test-vaapicontext.c.o'
-MF
'tests/elements/tests@elements@@test-vaapicontext@exe/test-vaapicontext.c.o.d'
-o
'tests/elements/tests@elements@@test-vaapicontext@exe/test-vaapicontext.c.o'
-c ../../gstreamer-vaapi/tests/elements/test-vaapicontext.c
../../gstreamer-vaapi/tests/elements/test-vaapicontext.c:29:10: fatal
error: va/va_x11.h: No such file or directory
 #include <va/va_x11.h>
2019-04-09 11:39:32 +02:00
..
elements meson: build test-vaapicontext when using X11 2019-04-09 11:39:32 +02:00
codec.c tests: inforce gstreamer code-style 2016-04-29 12:48:44 +02:00
codec.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
decoder.c vaapi: bump the minimum vaapi version requirement to 0.39.0 2019-01-07 17:46:42 +00:00
decoder.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
image.c tests: inforce gstreamer code-style 2016-04-29 12:48:44 +02:00
image.h legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
Makefile.am FEI: Add test applications to showcase fei use case 2017-09-01 13:15:05 +02:00
meson.build meson: build h264 fei encoder if possible 2019-01-07 17:46:42 +00:00
output.c tests: remove already include string.h 2018-09-25 18:22:45 +02:00
output.h legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
simple-decoder.c vaapi: bump the minimum vaapi version requirement to 0.39.0 2019-01-07 17:46:42 +00:00
simple-encoder.c tests: check return value when using gst_buffer_map. 2018-11-05 14:06:47 +01:00
test-decode.c libs: window: remove custom ref() and unref() 2018-12-24 12:20:00 +00:00
test-decode.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
test-display.c libs: display: remove gst_vaapi_display_unref() 2018-06-14 16:41:00 +02:00
test-fei-enc-in.c tests: check return value when using gst_buffer_map. 2018-11-05 14:06:47 +01:00
test-fei-enc-out.c FEI: Add test applications to showcase fei use case 2017-09-01 13:15:05 +02:00
test-filter.c libs: window: remove custom ref() and unref() 2018-12-24 12:20:00 +00:00
test-h264.c tests: inforce gstreamer code-style 2016-04-29 12:48:44 +02:00
test-h264.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
test-jpeg.c tests: inforce gstreamer code-style 2016-04-29 12:48:44 +02:00
test-jpeg.h legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
test-mpeg2.c tests: inforce gstreamer code-style 2016-04-29 12:48:44 +02:00
test-mpeg2.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
test-mpeg4.c tests: inforce gstreamer code-style 2016-04-29 12:48:44 +02:00
test-mpeg4.h legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
test-subpicture-data.c tests: inforce gstreamer code-style 2016-04-29 12:48:44 +02:00
test-subpicture-data.h tests: add test for subpictures. 2011-12-12 15:08:42 +01:00
test-subpicture.c libs: window: remove custom ref() and unref() 2018-12-24 12:20:00 +00:00
test-surfaces.c libs: display: remove gst_vaapi_display_unref() 2018-06-14 16:41:00 +02:00
test-textures.c libs: window: remove custom ref() and unref() 2018-12-24 12:20:00 +00:00
test-vc1.c tests: inforce gstreamer code-style 2016-04-29 12:48:44 +02:00
test-vc1.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
test-windows.c libs: window: remove custom ref() and unref() 2018-12-24 12:20:00 +00:00
y4mreader.c tests: include sysdeps.h in compilation unit 2018-09-26 19:34:47 +02:00
y4mreader.h tests: fix compilation 2018-09-26 18:28:02 +02:00