summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-04-25 12:58:44 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-04-25 12:58:44 +0200
commit10fc9a97b5556407571ae6834f3553317a88cf7e (patch)
tree5aa9dd6ad7a1c0b7cee03b331f636f28e12e9ff7 /tests
parent2d7c7630c9e64294bace52e87122d37bbef4e2d8 (diff)
test: elements: fix compilation flags
This issue was spotten on bug #766704 Original-patch-by: Hyunjun Ko <zzoon@igalia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/elements/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/elements/Makefile.am b/tests/elements/Makefile.am
index f940a5d0..93b30c8e 100644
--- a/tests/elements/Makefile.am
+++ b/tests/elements/Makefile.am
@@ -10,7 +10,7 @@ TEST_CFLAGS = \
TEST_LIBS = \
$(GST_LIBS) \
- $(GST_VIDEO_CFLAGS) \
+ $(GST_VIDEO_LIBS) \
$(NULL)
test_vaapisink_SOURCES = test-vaapisink.c