Where the source code? You used part of Subler code, and that's gpl. My objective-C MP42 mp4v2 wrapper is under gpl. And your app is full of string from that, stripping out the debug symbol doesn't help.
But you are using that inside the iSubtitle binary too. If the gpl code is statically linked you need to open source every line of the other code that is linked to. Or remove them and write your own.
It seems that mkvmerge and mkvextract are dinamic linked against libexpat.1.dylib.
However, not everyone have that library installed.
Static linking would be better :D
There are currently no troubleshooting comments by this member.
Please login or create a new MacUpdate Member account to use this feature
Subler
Ritsuka rated on 02 Jan 2011
[Version 0.12]
+4
iSubtitle
+3
+15
Perian's Type Installer
iMkvExtract
Ritsuka reviewed on 19 Jan 2007
+15
However, not everyone have that library installed.
Static linking would be better :D