Fixed libfdk-aac dependency.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
This commit is contained in:
parent
e7e321256c
commit
d96e4d1566
3
.SRCINFO
3
.SRCINFO
@ -1,5 +1,5 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Mon Jul 4 23:59:42 UTC 2016
|
||||
# Tue Jul 5 00:01:46 UTC 2016
|
||||
pkgbase = ffmpeg-git
|
||||
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
|
||||
pkgver = 3.2.r80913.gce466d0
|
||||
@ -48,6 +48,7 @@ pkgbase = ffmpeg-git
|
||||
depends = libvpx.so
|
||||
depends = libx264.so
|
||||
depends = libx265.so
|
||||
depends = libfdk-aac
|
||||
optdepends = ladspa: LADSPA filters
|
||||
provides = libavcodec.so
|
||||
provides = libavdevice.so
|
||||
|
3
PKGBUILD
3
PKGBUILD
@ -14,7 +14,7 @@ depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'lame'
|
||||
'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
|
||||
'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
|
||||
'v4l-utils' 'xvidcore' 'zlib' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
|
||||
'libvpx.so' 'libx264.so' 'libx265.so')
|
||||
'libvpx.so' 'libx264.so' 'libx265.so' 'libfdk-aac')
|
||||
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
|
||||
optdepends=('ladspa: LADSPA filters')
|
||||
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
|
||||
@ -56,6 +56,7 @@ build() {
|
||||
--enable-libopencore_amrwb \
|
||||
--enable-libopenjpeg \
|
||||
--enable-libopus \
|
||||
--enable-libfdk-aac \
|
||||
--enable-libpulse \
|
||||
--enable-libschroedinger \
|
||||
--enable-libsoxr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user