mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
test: elements: fix compilation flags
This issue was spotten on bug #766704 Original-patch-by: Hyunjun Ko <zzoon@igalia.com>
This commit is contained in:
parent
2d7c7630c9
commit
10fc9a97b5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ TEST_CFLAGS = \
|
||||||
|
|
||||||
TEST_LIBS = \
|
TEST_LIBS = \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(GST_VIDEO_CFLAGS) \
|
$(GST_VIDEO_LIBS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
test_vaapisink_SOURCES = test-vaapisink.c
|
test_vaapisink_SOURCES = test-vaapisink.c
|
||||||
|
|
Loading…
Reference in a new issue