From 10fc9a97b5556407571ae6834f3553317a88cf7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Tue, 25 Apr 2017 12:58:44 +0200 Subject: [PATCH] test: elements: fix compilation flags This issue was spotten on bug #766704 Original-patch-by: Hyunjun Ko --- tests/elements/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/elements/Makefile.am b/tests/elements/Makefile.am index f940a5d0bf..93b30c8ecf 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