]> git.sesse.net Git - vlc/commit
Revert "Remove VLC_PRIVATE_API"
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 26 May 2008 11:33:03 +0000 (13:33 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 26 May 2008 11:52:50 +0000 (13:52 +0200)
commiteb01699c9b2b17b77e3a356f6b3380b4a4c94d51
treeb545dd6e921da75383c3a16a811384a6229a397e
parent43b9ba7c5eda13d1eed419cd79e2659ef8094ef1
Revert "Remove VLC_PRIVATE_API"

This reverts commit 96cc9c261db1c616efa2fbc0aea21bc70b1e46fc.

This commit is reverted because we are using a regexp to determine the list of exported symbols in libvlc. However some private symbols start with libvlc_, this produces (here on Mac OS X) a nmedit error about symbols not being found while exported. A solution is to externalize those private symbols, hence using VLC_PUBLIC_API.

Feel free to come up with a better solution.
include/vlc_common.h