mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #11630 from neheb/nbmv
ffmpeg: add dependency to fdk-aac for ffmpeg-full
This commit is contained in:
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ffmpeg
|
||||
PKG_VERSION:=3.4.7
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://ffmpeg.org/releases/
|
||||
@@ -374,7 +374,8 @@ $(call Package/libffmpeg/Default)
|
||||
DEPENDS+= +alsa-lib +PACKAGE_libopus:libopus \
|
||||
+SOFT_FLOAT:shine \
|
||||
+!SOFT_FLOAT:lame-lib \
|
||||
+PACKAGE_libx264:libx264
|
||||
+PACKAGE_libx264:libx264 \
|
||||
+!PACKAGE_libx264:fdk-aac
|
||||
VARIANT:=full
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user