From 02a012488fba288aa85535492fb9ea35f4a4b425 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 31 Jul 2016 18:03:27 +0300 Subject: [PATCH] added x264, x265 and theora support --- configs/bananapi_defconfig | 3 +++ configs/cubietruck_defconfig | 3 +++ configs/odroidc1_defconfig | 3 +++ configs/odroidxu4_defconfig | 3 +++ configs/raspberrypi2_defconfig | 3 +++ configs/raspberrypi3_defconfig | 3 +++ configs/raspberrypi_defconfig | 3 +++ 7 files changed, 21 insertions(+) diff --git a/configs/bananapi_defconfig b/configs/bananapi_defconfig index eb00966467..7cf18b7343 100644 --- a/configs/bananapi_defconfig +++ b/configs/bananapi_defconfig @@ -86,6 +86,9 @@ BR2_PACKAGE_LIBFUSE=y BR2_PACKAGE_LIBV4L=y BR2_PACKAGE_LIBV4L_UTILS=y BR2_PACKAGE_LIBXML2=y +BR2_PACKAGE_LIBTHEORA=y +BR2_PACKAGE_X264=y +BR2_PACKAGE_X265=y BR2_PACKAGE_LIBCURL=y BR2_PACKAGE_CURL=y BR2_PACKAGE_LIBCAP=y diff --git a/configs/cubietruck_defconfig b/configs/cubietruck_defconfig index 886ff17126..c17572f0e4 100644 --- a/configs/cubietruck_defconfig +++ b/configs/cubietruck_defconfig @@ -84,6 +84,9 @@ BR2_PACKAGE_LIBFUSE=y BR2_PACKAGE_LIBV4L=y BR2_PACKAGE_LIBV4L_UTILS=y BR2_PACKAGE_LIBXML2=y +BR2_PACKAGE_LIBTHEORA=y +BR2_PACKAGE_X264=y +BR2_PACKAGE_X265=y BR2_PACKAGE_LIBCURL=y BR2_PACKAGE_CURL=y BR2_PACKAGE_LIBCAP=y diff --git a/configs/odroidc1_defconfig b/configs/odroidc1_defconfig index 8084d8baa9..d982b81f4f 100644 --- a/configs/odroidc1_defconfig +++ b/configs/odroidc1_defconfig @@ -86,6 +86,9 @@ BR2_PACKAGE_LIBFUSE=y BR2_PACKAGE_LIBV4L=y BR2_PACKAGE_LIBV4L_UTILS=y BR2_PACKAGE_LIBXML2=y +BR2_PACKAGE_LIBTHEORA=y +BR2_PACKAGE_X264=y +BR2_PACKAGE_X265=y BR2_PACKAGE_LIBCURL=y BR2_PACKAGE_CURL=y BR2_PACKAGE_LIBCAP=y diff --git a/configs/odroidxu4_defconfig b/configs/odroidxu4_defconfig index c63b460871..6063ce9401 100644 --- a/configs/odroidxu4_defconfig +++ b/configs/odroidxu4_defconfig @@ -77,6 +77,9 @@ BR2_PACKAGE_LIBFUSE=y BR2_PACKAGE_LIBV4L=y BR2_PACKAGE_LIBV4L_UTILS=y BR2_PACKAGE_LIBXML2=y +BR2_PACKAGE_LIBTHEORA=y +BR2_PACKAGE_X264=y +BR2_PACKAGE_X265=y BR2_PACKAGE_LIBCURL=y BR2_PACKAGE_CURL=y BR2_PACKAGE_LIBCAP=y diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig index b4c65f427b..6c842e080d 100644 --- a/configs/raspberrypi2_defconfig +++ b/configs/raspberrypi2_defconfig @@ -90,6 +90,9 @@ BR2_PACKAGE_LIBFUSE=y BR2_PACKAGE_LIBV4L=y BR2_PACKAGE_LIBV4L_UTILS=y BR2_PACKAGE_LIBXML2=y +BR2_PACKAGE_LIBTHEORA=y +BR2_PACKAGE_X264=y +BR2_PACKAGE_X265=y BR2_PACKAGE_LIBCURL=y BR2_PACKAGE_CURL=y BR2_PACKAGE_LIBCAP=y diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig index b7c86521ed..597b9e9967 100644 --- a/configs/raspberrypi3_defconfig +++ b/configs/raspberrypi3_defconfig @@ -90,6 +90,9 @@ BR2_PACKAGE_LIBFUSE=y BR2_PACKAGE_LIBV4L=y BR2_PACKAGE_LIBV4L_UTILS=y BR2_PACKAGE_LIBXML2=y +BR2_PACKAGE_LIBTHEORA=y +BR2_PACKAGE_X264=y +BR2_PACKAGE_X265=y BR2_PACKAGE_LIBCURL=y BR2_PACKAGE_CURL=y BR2_PACKAGE_LIBCAP=y diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig index 4a59fae6b9..fd0b7a3286 100644 --- a/configs/raspberrypi_defconfig +++ b/configs/raspberrypi_defconfig @@ -91,6 +91,9 @@ BR2_PACKAGE_JPEG_TURBO=y BR2_PACKAGE_LIBV4L=y BR2_PACKAGE_LIBV4L_UTILS=y BR2_PACKAGE_LIBXML2=y +BR2_PACKAGE_LIBTHEORA=y +BR2_PACKAGE_X264=y +BR2_PACKAGE_X265=y BR2_PACKAGE_LIBCURL=y BR2_PACKAGE_CURL=y BR2_PACKAGE_LIBCAP=y