Teaonly / android-eye

Change your android phone to surveillance camera
Other
1.08k stars 494 forks source link

Check that jni/x264/libx264.a exists #23

Open ghost opened 9 years ago

ghost commented 9 years ago

Android NDK: ERROR:jni/Android.mk:x264_pre: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that jni/x264/libx264.a exists or that its path is correct
F:/Programs/MyEclipse/Android-NDK/build/core/prebuilt-library.mk:45: *\ Android NDK: Aborting . Stop.

ShriramNewaskar commented 9 years ago

I am also facing the same issue. Did anyone find how to solve this.

drr3d commented 9 years ago
  1. download some missing file here : https://dl.dropboxusercontent.com/u/22605641/ffmpeg_android/main.html (file in builds tab download zip file)
  2. create x264 folder in jni folder
  3. put missing file that you downloaded from first step onto x264 folder

hope it helps mate :D

msmehk commented 9 years ago

@drr3d the link is not working

88567free commented 8 years ago

it work for me Thanks!

luojin commented 8 years ago

@drr3d thx for your zip file, after using files of your zip, building error shows that: h264encoder.cpp undefined referenced to x264_picture_clean , undefined referenced to x264_encoder_close and so on. can u help with this problem? thx again~

luojin commented 8 years ago

@88567free do you face with building error shows that: h264encoder.cpp undefined referenced to x264_picture_clean , undefined referenced to x264_encoder_close and so on. ? can u help with this problem? thx~