Removed the libdcadec dep.
This commit is contained in:
parent
4b934e1273
commit
34d726bbda
3
.SRCINFO
3
.SRCINFO
@ -1,5 +1,5 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Sat Dec 26 03:04:09 UTC 2015
|
||||
# Sat Feb 13 23:29:52 UTC 2016
|
||||
pkgbase = ffmpeg-git
|
||||
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
|
||||
pkgver = r77492.f16e4a0
|
||||
@ -38,7 +38,6 @@ pkgbase = ffmpeg-git
|
||||
depends = v4l-utils
|
||||
depends = xvidcore
|
||||
depends = zlib
|
||||
depends = libdcadec.so
|
||||
depends = libvidstab.so
|
||||
depends = libvorbis.so
|
||||
depends = libvorbisenc.so
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -14,8 +14,8 @@ depends=(
|
||||
'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
|
||||
'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
|
||||
'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
|
||||
'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
|
||||
'libvpx.so' 'libx264.so' 'libx265.so' 'libfdk-aac')
|
||||
'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
|
||||
'libx264.so' 'libx265.so' 'libfdk-aac')
|
||||
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
|
||||
optdepends=('ladspa: LADSPA filters')
|
||||
provides=(
|
||||
@ -48,7 +48,7 @@ build() {
|
||||
--enable-libass \
|
||||
--enable-libbluray \
|
||||
--enable-libdcadec \
|
||||
--enable-libfdk-aac \
|
||||
--enable-libfdk-aac \
|
||||
--enable-libfreetype \
|
||||
--enable-libfribidi \
|
||||
--enable-libgsm \
|
||||
|
Loading…
x
Reference in New Issue
Block a user