[vlc-commits] test: hxxx: add missing dependency

Rémi Denis-Courmont git at videolan.org
Fri Mar 17 03:13:49 CET 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Mar 17 04:12:43 2017 +0200| [71cb6dbbf09765d6ce6259c04f6709ba9354aab3] | committer: Rémi Denis-Courmont

test: hxxx: add missing dependency

This test case requires libvlccore for block_Alloc().
This change removes the need for the -static kludge.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=71cb6dbbf09765d6ce6259c04f6709ba9354aab3
---

 test/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 8d4ae30..95d4df6 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -123,8 +123,7 @@ test_src_misc_keystore_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_src_interface_dialog_SOURCES = src/interface/dialog.c
 test_src_interface_dialog_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_modules_packetizer_hxxx_SOURCES = modules/packetizer/hxxx.c
-test_modules_packetizer_hxxx_LDADD = $(LIBVLC)
-test_modules_packetizer_hxxx_LDFLAGS = -no-install -static # WTF
+test_modules_packetizer_hxxx_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_modules_keystore_SOURCES = modules/keystore/test.c
 test_modules_keystore_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_modules_tls_SOURCES = modules/misc/tls.c



More information about the vlc-commits mailing list