Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Will Sinatra
aports
Commits
863ba4bc
Commit
863ba4bc
authored
Nov 29, 2012
by
Carlo Landmeter
Browse files
main/ffmpeg: enable vaapi
parent
8286df43
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/ffmpeg/APKBUILD
View file @
863ba4bc
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
ffmpeg
pkgver
=
1.0
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
url
=
"http://ffmpeg.org/"
arch
=
"all"
...
...
@@ -9,7 +9,7 @@ license="GPL"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-libs"
makedepends
=
"lame-dev libvorbis-dev faac-dev xvidcore-dev zlib-dev
imlib2-dev x264-dev libtheora-dev coreutils bzip2-dev perl libvpx-dev
libvpx-dev sdl-dev libxfixes-dev"
libvpx-dev sdl-dev libxfixes-dev
libva-dev
"
depends
=
source
=
"http://ffmpeg.org/releases/ffmpeg-
$pkgver
.tar.bz2
configure-dlvsym.patch"
...
...
@@ -46,6 +46,7 @@ build() {
--disable-asm
\
--disable-stripping
\
--disable-static
\
--enable-vaapi
\
$_dbg
\
||
return
1
make
||
return
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment