Skip to content

Commit d32a59f

Browse files
committed
*le wild changes appear
Signed-off-by: Umair Khan <[email protected]>
1 parent e324198 commit d32a59f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.classpath

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5-
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
5+
<classpathentry combineaccessrules="false" kind="src" path="/android-mode"/>
6+
<classpathentry kind="lib" path="/home/omerjerk/sdk/platforms/android-21/android.jar"/>
67
<classpathentry kind="output" path="bin"/>
78
</classpath>

src/in/omerjerk/processing/video/android/Capture.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
import android.graphics.SurfaceTexture;
99
import android.hardware.Camera;
1010
import android.hardware.Camera.Size;
11-
import android.opengl.GLES11Ext;
1211
import android.opengl.GLES20;
13-
import android.opengl.GLES30;
1412
import android.opengl.GLSurfaceView;
1513
import android.os.Handler;
1614
import android.os.Message;

0 commit comments

Comments
 (0)