[vlc-devel] commit: It seems needed to have exact symbols order. (Laurent Aimar )
git version control
git at videolan.org
Thu Aug 21 00:52:18 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Aug 21 00:54:41 2008 +0200| [960c04ad6a2c7abf33631e4182e71150608c821d] | committer: Laurent Aimar
It seems needed to have exact symbols order.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=960c04ad6a2c7abf33631e4182e71150608c821d
---
src/libvlccore.sym | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/libvlccore.sym b/src/libvlccore.sym
index 4dc0043..90bf132 100644
--- a/src/libvlccore.sym
+++ b/src/libvlccore.sym
@@ -93,9 +93,9 @@ demux_vaControlHelper
encode_URI_component
EndMD5
EnsureUTF8
-es_format_Init
-es_format_Copy
es_format_Clean
+es_format_Copy
+es_format_Init
filename_sanitize
filter_chain_AppendFilter
filter_chain_AppendFromString
More information about the vlc-devel
mailing list