update build ffmpeg script bug for ubuntu, remove the opencl from x264
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -59,7 +59,7 @@ else | @@ -59,7 +59,7 @@ else | ||
59 | echo "build x264" | 59 | echo "build x264" |
60 | cd $ff_current_dir && | 60 | cd $ff_current_dir && |
61 | rm -rf x264-snapshot-20131129-2245-stable && unzip -q ${ff_src_dir}/x264-snapshot-20131129-2245-stable.zip && | 61 | rm -rf x264-snapshot-20131129-2245-stable && unzip -q ${ff_src_dir}/x264-snapshot-20131129-2245-stable.zip && |
62 | - cd x264-snapshot-20131129-2245-stable && ./configure --prefix=${ff_release_dir} --bit-depth=8 --enable-static && make && make install | 62 | + cd x264-snapshot-20131129-2245-stable && ./configure --prefix=${ff_release_dir} --disable-opencl --bit-depth=8 --enable-static && make && make install |
63 | ret=$?; if [[ 0 -ne ${ret} ]]; then echo "build x264 failed"; exit 1; fi | 63 | ret=$?; if [[ 0 -ne ${ret} ]]; then echo "build x264 failed"; exit 1; fi |
64 | fi | 64 | fi |
65 | 65 |
-
请 注册 或 登录 后发表评论