From 9e44246acb0649d7d803359cc9628b24fa33d496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 21 Oct 2006 08:56:19 +0000 Subject: [PATCH] Multiple confirmation that is it works on Linux. Anyway, there is no libiconv_* invocation in src/vlc.c --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c80129714b..70a5be8846 100644 --- a/Makefile.am +++ b/Makefile.am @@ -281,7 +281,6 @@ vlc_LDADD = $(DATA_win32_rc) $(LIBVLC) vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc` if USE_LIBTOOL -vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` LIB_libvlc = libvlc.la LIBVLC = src/$(LIB_libvlc) else