]> granicus.if.org Git - libass/commit
Restrict symbols exported in the DSO
authorGrigori Goronzy <greg@blackbox>
Mon, 29 Jun 2009 12:16:46 +0000 (14:16 +0200)
committerGrigori Goronzy <greg@blackbox>
Mon, 29 Jun 2009 12:25:33 +0000 (14:25 +0200)
commitcddd9ad1c3a27d1f055a1aa91004feff27ab8f1a
tree29f075ca335c390cb7af3e8724591ea38e592b9e
parent00983363e4356fd4bd0da3659f37707b31fc6597
Restrict symbols exported in the DSO

Only export those symbols into the shared object which are defined in
the API (ass.h).  A file libass.sym which contains a list of symbols
was added and libtool configured to use it.
libass/Makefile.am
libass/libass.sym [new file with mode: 0644]