zimbatm / ffmpeg-static

Scripts to build ffmpeg with all the deps statically (webm + h264 included)
ISC License
497 stars 249 forks source link

Error on ubuntu 13.10 32-bit #31

Closed benbro closed 10 years ago

benbro commented 10 years ago
sudo apt-get install git build-essential cmake autoconf libtool x264 libx264-dev
git clone https://github.com/pyke369/sffmpeg.git
cd sffmpeg
make
Scanning dependencies of target x264
make[3]: Leaving directory `/home/tester/sffmpeg/build'
make[3]: Entering directory `/home/tester/sffmpeg/build'
[ 71%] Creating directories for 'x264'
[ 72%] Performing download step (git clone) for 'x264'
Cloning into 'x264'...
remote: Counting objects: 17337, done.
remote: Compressing objects: 100% (3622/3622), done.
remote: Total 17337 (delta 14253), reused 16727 (delta 13674)
Receiving objects: 100% (17337/17337), 4.36 MiB | 1.85 MiB/s, done.
Resolving deltas: 100% (14253/14253), done.
Checking connectivity... done
Already on 'master'
[ 72%] Performing patch step for 'x264'
patching file encoder/set.c
Hunk #1 FAILED at 574.
1 out of 1 hunk FAILED -- saving rejects to file encoder/set.c.rej
make[3]: *** [x264-prefix/src/x264-stamp/x264-patch] Error 1
make[3]: Leaving directory `/home/tester/sffmpeg/build'
make[2]: *** [CMakeFiles/x264.dir/all] Error 2
make[2]: Leaving directory `/home/tester/sffmpeg/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/tester/sffmpeg/build'
make: *** [sffmpeg] Error 2
Silex commented 10 years ago

Please report your issue at https://github.com/pyke369/sffmpeg.git