Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
cc135695
Commit
cc135695
authored
May 07, 2008
by
Jan Gerber
Browse files
update get_ffmpeg_svn.sh
parent
c13de145
Changes
1
Show whitespace changes
Inline
Side-by-side
get_ffmpeg_svn.sh
View file @
cc135695
#!/bin/sh
#optional, if you have those libs installed:
#extra="
--enable-libfaad --enable-libgsm
--enable-amr_nb --enable-amr_nb-fixed --enable-amr_wb --enable-amr_if2"
#extra=" --enable-amr_nb --enable-amr_nb-fixed --enable-amr_wb --enable-amr_if2"
common
=
"--enable-gpl --enable-swscale --enable-postproc --enable-liba52 --disable-encoders --enable-libvorbis"
#apt-get install liba52-dev libfaad-dev libgsm1-dev
#extra=" --enable-liba52 --enable-libfaad --enable-libgsm"
common
=
"--enable-gpl --enable-swscale --enable-postproc --disable-encoders --enable-libvorbis"
#linux
options
=
"
$common
--enable-pthreads
$extra
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment