]> git.sesse.net Git - vlc/commitdiff
Unexport libvlc_media_player_new_from_input_thread
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 12 May 2009 16:59:42 +0000 (19:59 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 12 May 2009 16:59:42 +0000 (19:59 +0300)
This was clearly a bug, as it is documented as an internal function,
and sues internal types

src/Makefile.am
src/libvlc.sym

index 059b4d43541d513b659544cdd713eded09722b3c..0c6a4b4cf2d755b20161a8e56cdad88750f781db 100644 (file)
@@ -176,7 +176,7 @@ libvlc_la_LIBADD = `$(VLC_CONFIG) -libs libvlc` \
        libvlccore.la ../compat/libcompat.la
 libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc`
 libvlc_la_LDFLAGS = $(AM_LDFLAGS) `$(VLC_CONFIG) --ldflags libvlc` \
-       -version-info 4:0:2 \
+       -version-info 5:0:0 \
        -export-symbols $(srcdir)/libvlc.sym
 libvlc_la_DEPENDENCIES = libvlc.sym libvlccore.la
 if HAVE_WIN32
index 2dbffcf7945c8cc774af1c0a2d6e9da62a51c779..ec516e01b962a3bb7398e26b4be9eee95596b1a8 100644 (file)
@@ -142,7 +142,6 @@ libvlc_media_player_has_vout
 libvlc_media_player_is_seekable
 libvlc_media_player_is_playing
 libvlc_media_player_new
-libvlc_media_player_new_from_input_thread
 libvlc_media_player_new_from_media
 libvlc_media_player_next_chapter
 libvlc_media_player_pause