File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ log ../fetchurl "http://downloads.sourceforge.net/project/faac/faac-src/faac-1.2
33
33
log ../fetchurl " ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20100620-2245.tar.bz2"
34
34
log ../fetchurl " http://downloads.xvid.org/downloads/xvidcore-1.2.2.tar.bz2"
35
35
log ../fetchurl " http://downloads.sourceforge.net/project/lame/lame/3.98.4/lame-3.98.4.tar.gz?use_mirror=auto"
36
- log ../fetchurl " http://www.ffmpeg.org/releases/ffmpeg-0.6.tar.gz"
36
+ log ../fetchurl " http://www.ffmpeg.org/releases/ffmpeg-0.6.1. tar.gz"
37
37
38
38
log cd " $BUILD_DIR /yasm-1.0.1"
39
39
log ./configure --prefix=$TARGET_DIR
@@ -94,7 +94,7 @@ log rm -f "$TARGET_DIR/lib/*.dylib"
94
94
log rm -f " $TARGET_DIR /lib/*.so"
95
95
96
96
# FFMpeg
97
- log cd " $BUILD_DIR /ffmpeg-0.6"
97
+ log cd " $BUILD_DIR /ffmpeg-0.6.1 "
98
98
log ./configure --prefix=${OUTPUT_DIR:- $TARGET_DIR } --extra-version=static --disable-debug --disable-shared --enable-static --extra-cflags=--static --disable-ffplay --disable-ffserver --disable-doc --enable-gpl --enable-pthreads --enable-postproc --enable-gray --enable-runtime-cpudetect --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-bzlib --enable-zlib --enable-nonfree --enable-version3 --enable-libvpx --disable-devices
99
99
log make -j 4 && make install
100
100
You can’t perform that action at this time.
0 commit comments