alfianrahmn / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

xuggler 3.1 force dependency on cli-common for EVERY xuggler call #183

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The dependency used to only happen for calls to the main class, but due to
the initialization we need to do for MacOS, the Xuggler.java class is now
loaded with every call which drags in the commons-cli jar.

The fix for this will be to remove the main in that method and instead tell
people to use the Converter.java main directly.

I'll also update the main for the JAR.

Original issue reported on code.google.com by art.cla...@gmail.com on 16 Jul 2009 at 9:57

GoogleCodeExporter commented 8 years ago
Fixed in r826

Original comment by art.cla...@gmail.com on 16 Jul 2009 at 10:05

GoogleCodeExporter commented 8 years ago

Original comment by art.cla...@gmail.com on 20 Jul 2009 at 9:54