Skip to content
Snippets Groups Projects
Commit eb50ffe6 authored by Boris Grozev's avatar Boris Grozev
Browse files

Removes attempts to register the speex JavaEncoder and JavaDecorer classes,...

Removes attempts to register the speex JavaEncoder and JavaDecorer classes, since they are exluded in the default libjitsi build, and trying to register them raises exceptions.
parent 1ab04cdb
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,6 @@ public class FMJPlugInConfiguration
"org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder",
"org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder",
"org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler",
"org.jitsi.impl.neomedia.codec.audio.speex.JavaDecoder",
"org.jitsi.impl.neomedia.codec.audio.speex.JavaEncoder",
"org.jitsi.impl.neomedia.codec.audio.mp3.JNIEncoder",
"org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder",
"org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment