ffmpeg-android
ffmpeg-android copied to clipboard
Where is the configure file
when i run android_build.sh.
./x264_build.sh: line 21: ./configure: No such file or directory
Whats Happening !!! Why the script do'nt create the configure?.
@pedrowav I get this error too. Did you find any solution?!
I also had this problem. For some reason, all files in the x264/
subdirectory were deleted. To fix run:
git submodule foreach git reset HEAD .
git submodule foreach git checkout -- .