[vlc-commits] Use libcompat in tests

Maciej Blizinski git at videolan.org
Mon Mar 5 19:21:18 CET 2012


vlc/vlc-2.0 | branch: master | Maciej Blizinski <maciej at opencsw.org> | Thu Mar  1 09:37:48 2012 +0100| [e0210447c1a9b3c9796e973f16e23f9fccea24c1] | committer: Jean-Baptiste Kempf

Use libcompat in tests

Otherwise:

Undefined                       first referenced
 symbol                             in file
asprintf                            url.o
ld: fatal: Symbol referencing errors. No output written to test_url

This patch uses a mix of tabs and spaces to match the existing convention.

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
(cherry picked from commit 7b0efebbf38aec8c341ad92433fb218a02bf62a0)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 src/test/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 71f6768..25e5d50 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -15,7 +15,8 @@ TESTS = $(check_PROGRAMS)
 
 AM_CFLAGS = $(CFLAGS_libvlccore)
 AM_LDFLAGS = -no-install
-LDADD = ../libvlccore.la
+LDADD = ../libvlccore.la \
+	../../compat/libcompat.la
 
 test_block_SOURCES = block_test.c ../misc/block.c
 test_block_LDADD = $(LDADD) $(LIBS_libvlccore)



More information about the vlc-commits mailing list