Advertisement
marquicus

vlc-android jni fix

Jun 3rd, 2011
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. --- Makefile.orig 2011-06-03 21:53:58.732562789 -0500
  2. +++ Makefile 2011-06-03 23:07:39.102531148 -0500
  3. @@ -54,6 +54,7 @@
  4. printf "LOCAL_SRC_FILES := libvlcjni.c aout.c thumbnailer.c\n" >> $(APK_MK); \
  5. printf "LOCAL_C_INCLUDES := \$$(LOCAL_PATH)/../../../../../include\n" >> $(APK_MK); \
  6. printf "LOCAL_LDLIBS := -L$$vlc_contrib/lib \\\\\n" >> $(APK_MK); \
  7. + printf "\t-L$$vlc_contrib/hosts/arm-eabi/lib \\\\\n" >> $(APK_MK); \
  8. printf "\t-L$$ANDROID_NDK/platforms/android-8/arch-arm/usr/lib \\\\\n" >> $(APK_MK); \
  9. printf "$$LDFLAGS" >> $(APK_MK); \
  10. printf "\t$$prefix$$VLC_BUILD_DIR/compat/.libs/libcompat.a \\\\\n" >> $(APK_MK); \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement