Rebuilds the JNI FFmpeg library on Windows to match the Mac OS X and Linux ones committed in r8712 and r8716, respectively.

cusax-fix
Lyubomir Marinov 15 years ago
parent 3a1c91c04f
commit 06dd8d887e

Binary file not shown.

@ -57,7 +57,7 @@ public class MediaServiceImpl
* payload type preferences.
*/
private static final String DYNAMIC_PAYLOAD_TYPE_PREFERENCES_PNAME_PREFIX
= "net.java.sip.communicator.service.media.dynamicPayloadTypePreferences";
= "net.java.sip.communicator.impl.neomedia.dynamicPayloadTypePreferences";
/**
* The value of the <tt>devices</tt> property of <tt>MediaServiceImpl</tt>

@ -58,7 +58,7 @@ public class JNIEncoder
* to change from the main to the base profile unless we really have to.
*/
public static final String DEFAULT_PROFILE_PNAME
= "net.java.sip.communicator.service.media.codec.video.h264."
= "net.java.sip.communicator.impl.neomedia.codec.video.h264."
+ "defaultProfile";
/**

@ -145,7 +145,7 @@ public interface KeyFrameRequester
* specifies the preferred <tt>KeyFrameRequester</tt> to be used.
*/
public static final String PREFERRED_PNAME
= "net.java.sip.communicator.service.media.codec.video.h264."
= "net.java.sip.communicator.impl.neomedia.codec.video.h264."
+ "preferredKeyFrameRequester";
/**

Loading…
Cancel
Save