Multiple confirmation that is it works on Linux.

Anyway, there is no libiconv_* invocation in src/vlc.c
This commit is contained in:
Rémi Denis-Courmont 2006-10-21 08:56:19 +00:00
parent fcbffaa9e5
commit 9e44246acb
1 changed files with 0 additions and 1 deletions

View File

@ -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