From: RĂ©mi Denis-Courmont Date: Tue, 12 May 2009 16:59:42 +0000 (+0300) Subject: Unexport libvlc_media_player_new_from_input_thread X-Git-Tag: 1.1.0-ff~6013 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bf3e69e20714c24a6a87c29b356a6a5f1abd2150;p=vlc Unexport libvlc_media_player_new_from_input_thread This was clearly a bug, as it is documented as an internal function, and sues internal types --- diff --git a/src/Makefile.am b/src/Makefile.am index 059b4d4354..0c6a4b4cf2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 diff --git a/src/libvlc.sym b/src/libvlc.sym index 2dbffcf794..ec516e01b9 100644 --- a/src/libvlc.sym +++ b/src/libvlc.sym @@ -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