From bf3e69e20714c24a6a87c29b356a6a5f1abd2150 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 12 May 2009 19:59:42 +0300 Subject: [PATCH] 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 --- src/Makefile.am | 2 +- src/libvlc.sym | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2