Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 42a82e5

Browse filesBrowse files
committed
Revert "x264 update"
This reverts commit 4f41798.
1 parent 4f41798 commit 42a82e5
Copy full SHA for 42a82e5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# https://github.com/markus-perl/ffmpeg-build-script
44

5-
VERSION=0.9
5+
VERSION=0.8
66
CWD=$(pwd)
77
PACKAGES="$CWD/packages"
88
WORKSPACE="$CWD/workspace"
@@ -231,7 +231,6 @@ fi
231231
if build "x264"; then
232232
download "ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20180209-2245.tar.bz2" "last_x264.tar.bz2"
233233
cd $PACKAGES/x264-snapshot-20180209-2245 || exit
234-
export CXXFLAGS="$CXXFLAGS -fPIC"
235234
execute ./configure --prefix=${WORKSPACE} --enable-static
236235
execute make -j $MJOBS
237236
execute make install

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.