Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
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
andri saputra
Adélie Package Tree
Commits
98eddbaa
Verified
Commit
98eddbaa
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
harmony/ffmpeg: PPC64 fixes
parent
e6a59ddb
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
harmony/ffmpeg/APKBUILD
+2
-1
2 additions, 1 deletion
harmony/ffmpeg/APKBUILD
with
2 additions
and
1 deletion
harmony/ffmpeg/APKBUILD
+
2
−
1
View file @
98eddbaa
...
...
@@ -9,7 +9,7 @@ pkgdesc="Complete and free Internet live audio and video broadcasting solution f
url
=
"http://ffmpeg.org/"
arch
=
"all"
license
=
"GPL"
options
=
"!check"
# Test suite requires proper licensing headers on all files,
options
=
"!check
textrels
"
# Test suite requires proper licensing headers on all files,
# which upstream does not provide.
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-libs"
makedepends
=
"gnutls-dev lame-dev libvorbis-dev xvidcore-dev zlib-dev libvdpau-dev
...
...
@@ -44,6 +44,7 @@ build() {
case
"
$CARCH
"
in
x86
|
arm
*
)
_asm
=
"--disable-asm"
;;
ppc64
)
_asm
=
"--cpu=G5"
;;
esac
cd
"
$builddir
"
...
...
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