forked from mia/Aegisub
No description
cdf86550f2
symbol in from a static library if that symbol is used. (how it should work) However! if you place the library that *uses* those symbols *after* the libraries that have them, then the gnu ld will skip past those symbols, they will never get included and you'll get a linking error.. There are two fixes, tell LD to scan all libraries twice (non-portable?) or just put the libraries in an order that LD can deal with. (annoying!) Originally committed to SVN as r2014. |
||
---|---|---|
aegilib | ||
aegisub | ||
assdraw | ||
auto3 | ||
automation | ||
avisynth_prs | ||
bin | ||
build | ||
csri | ||
docs | ||
FFmpegSource | ||
hunspell | ||
installer | ||
kanamemo | ||
lib | ||
libass | ||
lua51 | ||
m4macros | ||
motiontracker | ||
OverLua | ||
po | ||
prs | ||
specs/as5 | ||
SSATool | ||
traydict | ||
universalchardet | ||
vsfilter | ||
acinclude.m4 | ||
autogen.sh | ||
configure.in | ||
INSTALL | ||
Makefile.am | ||
README |
* There is no ASA support * auto3 doesn't work either - if you want support you'll have to do it by hand (for now)