|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-FFMPEG_VERSION = 4.3.2
|
|
|
|
|
|
+FFMPEG_VERSION = 4.4
|
|
FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.xz
|
|
FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.xz
|
|
FFMPEG_SITE = http://ffmpeg.org/releases
|
|
FFMPEG_SITE = http://ffmpeg.org/releases
|
|
FFMPEG_INSTALL_STAGING = YES
|
|
FFMPEG_INSTALL_STAGING = YES
|
|
@@ -368,13 +368,6 @@ else
|
|
FFMPEG_CONF_OPTS += --disable-libtheora
|
|
FFMPEG_CONF_OPTS += --disable-libtheora
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_WAVPACK),y)
|
|
|
|
-FFMPEG_CONF_OPTS += --enable-libwavpack
|
|
|
|
-FFMPEG_DEPENDENCIES += wavpack
|
|
|
|
-else
|
|
|
|
-FFMPEG_CONF_OPTS += --disable-libwavpack
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
|
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
|
FFMPEG_CONF_OPTS += --enable-iconv
|
|
FFMPEG_CONF_OPTS += --enable-iconv
|
|
FFMPEG_DEPENDENCIES += libiconv
|
|
FFMPEG_DEPENDENCIES += libiconv
|