From 4b866d2686ab9c3fd7cf6708925b4663ad81e359 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 11 Sep 2013 20:23:32 +0200 Subject: Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup up warnings and includes (clang). --- src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv10Natives.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv10Natives.java') diff --git a/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv10Natives.java b/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv10Natives.java index e3007ab69..0081743fa 100644 --- a/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv10Natives.java +++ b/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv10Natives.java @@ -46,9 +46,6 @@ class FFMPEGv10Natives implements FFMPEGNatives { @Override public native int getSwResampleMajorVersionCC0(); - @Override - public native boolean initIDs0(); - @Override public native long createInstance0(FFMPEGMediaPlayer upstream, boolean verbose); -- cgit v1.2.3