1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00
Amar Takhar cdf86550f2 Sigh, GNU LD can be really annoying at times, most linkers will only pull a
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.
2008-03-11 06:07:08 +00:00
2008-03-07 21:01:48 +00:00
2008-03-07 00:32:01 +00:00
2007-10-29 04:29:04 +00:00
2008-03-09 21:49:46 +00:00
2008-01-05 13:27:12 +00:00
2008-01-23 23:00:52 +00:00
2007-08-11 17:29:19 +00:00
2008-03-05 18:52:09 +00:00

* There is no ASA support      
* auto3 doesn't work either
  - if you want support you'll have to do it by hand (for now)
Description
Cross-platform advanced subtitle editor
Readme 47 MiB
Languages
C 62.8%
C++ 30.9%
Lua 3.2%
Inno Setup 0.8%
Meson 0.8%
Other 1.4%