Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
ogs
inf
Guix
Commits
dc55b8b2
Commit
dc55b8b2
authored
10 years ago
by
David Thompson
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Enable libvpx support in ffmpeg.
* gnu/packages/video.scm (ffmpeg): Add libvpx input.
parent
8a6d2731
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/video.scm
+2
-1
2 additions, 1 deletion
gnu/packages/video.scm
with
2 additions
and
1 deletion
gnu/packages/video.scm
+
2
−
1
View file @
dc55b8b2
...
...
@@ -69,6 +69,7 @@ (define-public ffmpeg
(
"opus"
,
opus
)
(
"libtheora"
,
libtheora
)
(
"libvorbis"
,
libvorbis
)
(
"libvpx"
,
libvpx
)
(
"patchelf"
,
patchelf
)
(
"speex"
,
speex
)
(
"zlib"
,
zlib
)))
...
...
@@ -142,7 +143,6 @@ (define-public ffmpeg
;; --enable-libvidstab enable video stabilization using vid.stab [no]
;; --enable-libvo-aacenc enable AAC encoding via libvo-aacenc [no]
;; --enable-libvo-amrwbenc enable AMR-WB encoding via libvo-amrwbenc [no]
;; --enable-libvpx enable VP8 and VP9 de/encoding via libvpx [no]
;; --enable-libwavpack enable wavpack encoding via libwavpack [no]
;; --enable-libx264 enable H.264 encoding via x264 [no]
;; --enable-libxavs enable AVS encoding via xavs [no]
...
...
@@ -165,6 +165,7 @@ (define-public ffmpeg
"--enable-libspeex"
"--enable-libtheora"
"--enable-libvorbis"
"--enable-libvpx"
;; drop special machine instructions not supported
;; on all instances of the target
,@
(
if
(
string-prefix?
"x86_64"
...
...
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