ffmpeg-android icon indicating copy to clipboard operation
ffmpeg-android copied to clipboard

Where is the configure file

Open pedrowav opened this issue 9 years ago • 2 comments

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 avatar Jun 03 '15 17:06 pedrowav

@pedrowav I get this error too. Did you find any solution?!

Drjacky avatar Dec 05 '15 11:12 Drjacky

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 -- .

Nutomic avatar Feb 15 '16 16:02 Nutomic