aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/native/openmax
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-29 04:40:53 +0200
committerMichael Bien <[email protected]>2010-03-29 04:40:53 +0200
commit2d57c25287542dcbad59c6b4782e87f86bd0fbc6 (patch)
tree2ea8e578da9b909a15e02f316a5db3b1ea7aeed4 /src/jogl/native/openmax
parent2d6a05d512be1c8ba5e3a8c421c7305cc8b13570 (diff)
moved com.jogamp.javafx.* to com.jogamp.*.
Diffstat (limited to 'src/jogl/native/openmax')
-rw-r--r--src/jogl/native/openmax/com_sun_openmax_OMXInstance.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jogl/native/openmax/com_sun_openmax_OMXInstance.c b/src/jogl/native/openmax/com_sun_openmax_OMXInstance.c
index 1ca973097..5317c2abc 100644
--- a/src/jogl/native/openmax/com_sun_openmax_OMXInstance.c
+++ b/src/jogl/native/openmax/com_sun_openmax_OMXInstance.c
@@ -1,5 +1,5 @@
/*
- * javafx_media_video_Movie.c
+ * media_video_Movie.c
* JFXFramework
*
* Created by sun on 17/02/08.
@@ -21,8 +21,8 @@ static const char * const ClazzNameRuntimeException =
"java/lang/RuntimeException";
static jclass runtimeExceptionClz=NULL;
#ifdef _WIN32_WCE
- #define STDOUT_FILE "\\Storage Card\\javafx_demos\\stdout.txt"
- #define STDERR_FILE "\\Storage Card\\javafx_demos\\stderr.txt"
+ #define STDOUT_FILE "\\Storage Card\\demos\\stdout.txt"
+ #define STDERR_FILE "\\Storage Card\\demos\\stderr.txt"
#endif
static void _initStatics(JNIEnv *env)