summaryrefslogtreecommitdiffstats
path: root/src/demos/es2/openmax/MovieCube.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-28 01:52:29 +0100
committerSven Gothel <[email protected]>2010-03-28 01:52:29 +0100
commitd3e818ea8b7c3f45ed4cfac7b0e7d3bd24f956e5 (patch)
tree6ce99febee12fb7c32967d46310e43faaa0d820c /src/demos/es2/openmax/MovieCube.java
parentf9e14975725cd3df3f792260bad9197a08d4a67f (diff)
parent0d46fa3091e40271ba2247f6c4236cb2358f5151 (diff)
Merge branch 'master' of github.com:mbien/jogl-demos
Diffstat (limited to 'src/demos/es2/openmax/MovieCube.java')
-rwxr-xr-xsrc/demos/es2/openmax/MovieCube.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/es2/openmax/MovieCube.java b/src/demos/es2/openmax/MovieCube.java
index 40ba583..197b2c9 100755
--- a/src/demos/es2/openmax/MovieCube.java
+++ b/src/demos/es2/openmax/MovieCube.java
@@ -36,7 +36,7 @@ package demos.es2.openmax;
// import demos.es1.cube.Cube;
import javax.media.opengl.*;
-import com.sun.opengl.util.glsl.fixedfunc.*;
+import com.jogamp.opengl.util.glsl.fixedfunc.*;
import com.sun.openmax.*;
@@ -181,7 +181,7 @@ public class MovieCube implements MouseListener, GLEventListener, OMXEventListen
public void display(GLAutoDrawable drawable) {
GL2ES1 gl = drawable.getGL().getGL2ES1();
- com.sun.opengl.util.texture.Texture tex = null;
+ com.jogamp.opengl.util.texture.Texture tex = null;
if(null!=movie) {
tex=movie.getNextTextureID();
if(null!=tex) {