hello,
i am currently checking the purebasic demo as i am in need for a multi platform development system for a commercial game
so far purebasic seems the only one supporting video playback on linux, which i need
but there is a huge problem:
it uses the xine lib, which is a library under GPL, so there is no way to develop a commercial application playing video on linux, you always would have to open your source.
are there any known ways around?
something like: if linux -> use libtheora
thanx in advance
license issue - any workarounds?
-
- User
- Posts: 49
- Joined: Mon Mar 14, 2005 11:30 am
that is true for LGPL libraries, but as far as i can see, libxine is GPL.
GNU says:
http://www.gnu.org/philosophy/why-not-lgpl.html
GNU says:
as you can read here:using the Library GPL permits use of the library in proprietary programs; using the ordinary GPL for a library makes it available only for free programs.
http://www.gnu.org/philosophy/why-not-lgpl.html