Changeset 885bc36a823c7fefdf3ba055bf4d2d8267c036f0

Show
Ignore:
Timestamp:
05/27/08 18:53:25 (3 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1211907205 +0200
git-parent:

[b5aee88c089035938b603929d29b5d113553f4fa]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1211906729 +0200
Message:

libvlc: Use a symbol list for exported symbols.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/Makefile.am

    r7002ebc r885bc36  
    99    vlc-control.pc.in \ 
    1010    vlc-plugin.pc.in \ 
     11    libvlc.sym \ 
    1112    libvlccore.sym 
    1213 
     
    190191libvlc_la_LDFLAGS = $(AM_LDFLAGS) \ 
    191192    -version-info 2:0:0 \ 
    192     -export-symbols-regex '^_?(libvlc|mediacontrol)_.*' 
     193    -export-symbols $(srcdir)/libvlc.sym 
    193194 
    194195EXTRA_libvlccore_la_SOURCES = \