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
e816b348
Commit
e816b348
authored
11 years ago
by
Andreas Enge
Browse files
Options
Downloads
Patches
Plain Diff
gnu: ffmpeg: Add input opus.
* gnu/packages/video.scm (ffmpeg): Add input opus.
parent
70f228cd
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 @
e816b348
...
...
@@ -47,6 +47,7 @@ (define-public ffmpeg
(
inputs
`
((
"fontconfig"
,
fontconfig
)
(
"freetype"
,
freetype
)
(
"opus"
,
opus
)
(
"libtheora"
,
libtheora
)
(
"libvorbis"
,
libvorbis
)
(
"patchelf"
,
patchelf
)
...
...
@@ -107,7 +108,6 @@ (define-public ffmpeg
;; --enable-libopencore-amrwb enable AMR-WB decoding via libopencore-amrwb [no]
;; --enable-libopencv enable video filtering via libopencv [no]
;; --enable-libopenjpeg enable JPEG 2000 de/encoding via OpenJPEG [no]
;; --enable-libopus enable Opus decoding via libopus [no]
;; --enable-libpulse enable Pulseaudio input via libpulse [no]
;; --enable-libquvi enable quvi input via libquvi [no]
;; --enable-librtmp enable RTMP[E] support via librtmp [no]
...
...
@@ -142,6 +142,7 @@ (define-public ffmpeg
"--enable-fontconfig"
;; "--enable-gnutls" ; causes test failures
"--enable-libfreetype"
"--enable-libopus"
"--enable-libspeex"
"--enable-libtheora"
"--enable-libvorbis"
...
...
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