|
@@ -341,6 +341,13 @@ else
|
|
FFMPEG_CONF_OPTS += --disable-libx264
|
|
FFMPEG_CONF_OPTS += --disable-libx264
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_X265)$(BR2_PACKAGE_FFMPEG_GPL),yy)
|
|
|
|
+FFMPEG_CONF_OPTS += --enable-libx265
|
|
|
|
+FFMPEG_DEPENDENCIES += x265
|
|
|
|
+else
|
|
|
|
+FFMPEG_CONF_OPTS += --disable-libx265
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
|
|
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
|
|
FFMPEG_CONF_OPTS += --enable-yasm
|
|
FFMPEG_CONF_OPTS += --enable-yasm
|
|
FFMPEG_DEPENDENCIES += host-yasm
|
|
FFMPEG_DEPENDENCIES += host-yasm
|