summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2010-05-11 22:24:42 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 22:24:42 +0200
commit1636c71eecaac9d684ec62309b6cbbe33654e3cf (patch)
treec22666ee5d1eb8910de3c252ec06005a43f31434 /multimedia/ffmpeg/README
parent37156f83d758263f5ad6170589a5a2be51c44545 (diff)
downloadslackbuilds-1636c71eecaac9d684ec62309b6cbbe33654e3cf.tar.gz
multimedia/ffmpeg: Updated for version 20081105
Diffstat (limited to 'multimedia/ffmpeg/README')
-rw-r--r--multimedia/ffmpeg/README16
1 files changed, 10 insertions, 6 deletions
diff --git a/multimedia/ffmpeg/README b/multimedia/ffmpeg/README
index 9de97875d4..a50df36c41 100644
--- a/multimedia/ffmpeg/README
+++ b/multimedia/ffmpeg/README
@@ -8,17 +8,21 @@ code to build the package, or you can pull the latest from their
subversion repository as indicated below.
If you want to use the latest subversion source when building your
-ffmpeg package, you will need to get it from their svn server.
-To get the source code, you can use the included "ffmpeg-srctarball.sh"
-script, which will to download the source code and create a compressed
+ffmpeg package, you will need to get it from their svn server.
+To get the source code, you can use the included "ffmpeg-mksrctarball.sh"
+script, which will to download the source code and create a compressed
tarball of it using the date (date +"%Y%m%d") as its version string.
If you have already ffmpeg's source code as a tarball, for example:
- ffmpeg-20071003.tar.bz2
+ ffmpeg-20081104.tar.bz2
You can tell the build script to use it with the following command:
- VERSION=20071003 ./ffmpeg.SlackBuild
+ VERSION=20081104 ./ffmpeg.SlackBuild
Note that this is the version that will be used by default unless you
specify otherwise.
ffmpeg requires the following, all of which are available at SlackBuilds.org:
- lame, faac, faad2, xvidcore, a52dec, and x264
+ lame, faac, faad2, xvidcore and x264
+
+If you additionally want support for amrnb and/or amrwb pass AMRNB=yes and/or
+AMRWB=yes to the script. This will create non-redistributable binaries though.
+amrnb and amrwb can also be found on SlackBuilds.org.