]> Git Repo - buildroot-mgba.git/commitdiff
package/ffmpeg: Add support for x265
authorBernd Kuhls <[email protected]>
Sun, 1 Nov 2015 18:47:29 +0000 (19:47 +0100)
committerThomas Petazzoni <[email protected]>
Mon, 2 Nov 2015 15:15:08 +0000 (16:15 +0100)
Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/ffmpeg/ffmpeg.mk

index d4815cac68599934ec834169ca535d7b1e172728..d25346cd9e8bca532dcd247cefdc06c7bd0593b5 100644 (file)
@@ -341,6 +341,13 @@ else
 FFMPEG_CONF_OPTS += --disable-libx264
 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)
 FFMPEG_CONF_OPTS += --enable-yasm
 FFMPEG_DEPENDENCIES += host-yasm
This page took 0.035412 seconds and 4 git commands to generate.