ffmpeg: added 3gp encoding patches (convert3gp) per request

This commit is contained in:
Matt Housh 2007-06-18 08:40:46 -05:00
parent dd7fd9d9f2
commit 7aecd0beea
2 changed files with 11 additions and 2 deletions

View File

@ -1 +1,3 @@
9b575d01f94f50dd4dcf570cd8a14dda 26104-510.zip
607a14d090898ffb0f72c1aa6aa6ce31 26204-510.zip
6e86b81454c5de2f06068000cee22155 ffmpeg-20070206-7865.tar.bz2

View File

@ -5,10 +5,15 @@
name=ffmpeg
version=20070206
release=1
source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version-7865.tar.bz2)
release=2
source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version-7865.tar.bz2 \
http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip \
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip)
build() {
mkdir ffmpeg/libavcodec/{amrwb_float,amr_float}
unzip $SRC/26204-510_ANSI-C_source_code.zip -d ffmpeg/libavcodec/amrwb_float
unzip $SRC/26104-510_ANSI_C_source_code.zip -d ffmpeg/libavcodec/amr_float
cd ffmpeg
./configure \
--prefix=/usr \
@ -23,6 +28,8 @@ build() {
--enable-gpl \
--enable-shared \
--enable-pp \
--enable-amr_nb \
--enable-amr_wb \
--extra-ldflags="-L/usr/X11R6/lib -L/usr/lib/X11 -lX11"
make
(cd doc; make ffmpeg.1 ffserver.1 ffplay.1)