Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffmpeg
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
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
public-projects
ffmpeg
Commits
a1c3fc6e
Commit
a1c3fc6e
authored
1 year ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Update libvpx | refs #38536
parent
bb505431
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
3 additions
and
3 deletions
README.md
+
2
−
2
View file @
a1c3fc6e
# UbiCast ffmpeg build
# UbiCast ffmpeg build
Build the
`ffmpeg-ubicast`
package using
the
`ffmpeg-n[...]-latest-linux64-gpl-[...].tar.xz `
artifact from
:
Build the
`ffmpeg-ubicast`
package using
an artifact from FFmpeg-Builds
:
https://github.com/BtbN/FFmpeg-Builds/releases
/tag/latest
https://github.com/BtbN/FFmpeg-Builds/releases
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
a1c3fc6e
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
override_dh_auto_build:
override_dh_auto_build:
echo 'Custom build'
echo 'Custom build'
curl -sL 'https://github.com/BtbN/FFmpeg-Builds/releases/download/
latest/ffmpeg-n6.0-latest
-linux64-gpl-6.0.tar.xz' -o archive.tar.xz
curl -sL 'https://github.com/BtbN/FFmpeg-Builds/releases/download/
autobuild-2023-10-01-12-50/ffmpeg-n6.0-35-g067ed535f4
-linux64-gpl-6.0.tar.xz' -o archive.tar.xz
mkdir -pv archive
mkdir -pv archive
tar -xvf archive.tar.xz -C archive
tar -xvf archive.tar.xz -C archive
mkdir -pv bin
mkdir -pv bin
...
...
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