]> git.sesse.net Git - vlc/commitdiff
add more include folders
authorFilippo Carone <littlejohn@videolan.org>
Thu, 12 Oct 2006 21:20:01 +0000 (21:20 +0000)
committerFilippo Carone <littlejohn@videolan.org>
Thu, 12 Oct 2006 21:20:01 +0000 (21:20 +0000)
bindings/java/src/Makefile.am
bindings/java/src/core-jni.cc

index 3266f6b248c508c91851fd21438b2e77596827cb..320dcd3bd82fd12a89506ac880182b430a91b935 100644 (file)
@@ -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)
index 608d3159162a9f8c2e48cc39b5ebda9d1dba6242..43fa26fbdd12773a5c003678f79093af6147fcdd 100644 (file)
@@ -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 );