[vlc-commits] test: timestamps_filter: link with libvlccore

Francois Cartegnie git at videolan.org
Fri Jan 17 09:09:33 CET 2020


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Jan 17 09:08:12 2020 +0100| [0e4415fe9377722c605fa01d5d5a4ed61ab8befe] | committer: Francois Cartegnie

test: timestamps_filter: link with libvlccore

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

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

diff --git a/test/Makefile.am b/test/Makefile.am
index 08e4ee5ef0..bc47d07af7 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -156,7 +156,7 @@ test_modules_keystore_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_modules_tls_SOURCES = modules/misc/tls.c
 test_modules_tls_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_modules_demux_dashuri_SOURCES = modules/demux/dashuri.cpp
-test_modules_demux_timestamps_filter_LDADD = $(LIBVLC)
+test_modules_demux_timestamps_filter_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_modules_demux_timestamps_filter_SOURCES = modules/demux/timestamps_filter.c
 
 checkall:



More information about the vlc-commits mailing list