diff options
author | Sven Gothel <[email protected]> | 2013-07-20 01:23:03 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-20 01:23:03 -0700 |
commit | 7f5ba25559f593cc7b46ed0a35acfd1f9d97128a (patch) | |
tree | 547c959bccb29c22b549dce9414173572ea1f671 /make | |
parent | eeaa50a10c18c34384422e3bf6df586cdfd4b203 (diff) |
FFMPEGMediaPlayer: Cleanup AudioPusher 'usage', i.e. disabled for now (subject to be removed).
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 4a326a3f7..454bf21f3 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -314,8 +314,8 @@ function testawtswt() { # av demos # #testnoawt jogamp.opengl.openal.av.ALDummyUsage $* -testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieCube $* -#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieSimple $* +#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieCube $* +testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieSimple $* # # core/newt (testnoawt and testawt) |