Commit a219f12a authored by Filippo Carone's avatar Filippo Carone

add more include folders

parent 8b1a79bb
......@@ -13,7 +13,7 @@ EXTRA_DIST= \
if BUILD_JAVA
JAVACXXFLAGS = -I. -Isrc -I../../ -I ../../include $(JINCLUDES) `top_builddir=../../.. ../../../vlc-config --cflags pic` -c
JAVACXXFLAGS = -I. -Isrc -I../../ -I ../../include -I../../../include $(JINCLUDES) `top_builddir=../../.. ../../../vlc-config --cflags pic` -c
all: $(COBJECTS)
......
......@@ -65,7 +65,6 @@ JNIEXPORT jlong JNICALL Java_org_videolan_jvlc_JVLC_createInstance (JNIEnv *env,
argv[i+1] = env->GetStringUTFChars((jstring) env->GetObjectArrayElement(args, i),
0
);
//printf("param: %s\n", argv[i + 1]);
}
res = (long) libvlc_new(argc, (char**) argv, exception );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment