We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f41798 commit 42a82e5Copy full SHA for 42a82e5
build-ffmpeg
@@ -2,7 +2,7 @@
2
3
# https://github.com/markus-perl/ffmpeg-build-script
4
5
-VERSION=0.9
+VERSION=0.8
6
CWD=$(pwd)
7
PACKAGES="$CWD/packages"
8
WORKSPACE="$CWD/workspace"
@@ -231,7 +231,6 @@ fi
231
if build "x264"; then
232
download "ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20180209-2245.tar.bz2" "last_x264.tar.bz2"
233
cd $PACKAGES/x264-snapshot-20180209-2245 || exit
234
- export CXXFLAGS="$CXXFLAGS -fPIC"
235
execute ./configure --prefix=${WORKSPACE} --enable-static
236
execute make -j $MJOBS
237
execute make install
0 commit comments