Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
6f0f3775
Unverified
Commit
6f0f3775
authored
8 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
ffmpeg version 3.1.2
parent
b987c5f2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-app-tox
+4
-3
4 additions, 3 deletions
src/freedombone-app-tox
with
4 additions
and
3 deletions
src/freedombone-app-tox
+
4
−
3
View file @
6f0f3775
...
...
@@ -48,6 +48,7 @@ TOXIC_FILE=/usr/local/bin/toxic
QTOX_REPO
=
"https://github.com/bashrc/qTox"
QTOX_COMMIT
=
'4f1e185f2c8422521a053298f774f83193c3d5b6'
FFMPEG_VERSION
=
3.1.2
function
mesh_install_ffmpeg
{
...
...
@@ -56,10 +57,10 @@ function mesh_install_ffmpeg
chroot
"
${
rootdir
}
"
apt-get
-y
install
--reinstall
libmp3lame-dev libvorbis-dev libtheora-dev libspeex-dev yasm pkg-config libopenjpeg-dev libx264-dev
mkdir
-p
${
rootdir
}
$INSTALL_DIR
/ffmpeg-release
cd
${
rootdir
}
$INSTALL_DIR
wget http://ffmpeg.org/releases/ffmpeg-
3.1
.tar.bz2
tar
xvjf ffmpeg-
3.1
.tar.bz2
wget http://ffmpeg.org/releases/ffmpeg-
${
FFMPEG_VERSION
}
.tar.bz2
tar
xvjf ffmpeg-
${
FFMPEG_VERSION
}
.tar.bz2
chroot
${
rootdir
}
/bin/bash
-x
<<
EOF
cd
${
INSTALL_DIR
}
/ffmpeg-
3.1
cd
${
INSTALL_DIR
}
/ffmpeg-
${
FFMPEG_VERSION
}
./configure --enable-gpl --enable-postproc --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libx264 --enable-libspeex --enable-shared --enable-pthreads --enable-libopenjpeg
make
make install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment