From 5a5a9aa85c8a5a90773948ebe70bddaedbbecc57 Mon Sep 17 00:00:00 2001 From: HaseenaSainul Date: Tue, 30 Apr 2019 14:22:45 +0530 Subject: [PATCH] [Netflix5] Application type changed to LIB as default and [WPE-Netflix51] gst1-libav selection added in config.in --- package/netflix5/Config.in | 2 +- package/wpe/wpeframework-netflix/Config.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/netflix5/Config.in b/package/netflix5/Config.in index 1a153b2becd6..da2f0d0e3e22 100644 --- a/package/netflix5/Config.in +++ b/package/netflix5/Config.in @@ -40,7 +40,7 @@ endchoice choice bool "Application type" - default BR2_PACKAGE_NETFLIX5_APP + default BR2_PACKAGE_NETFLIX5_LIB help Choose application type. diff --git a/package/wpe/wpeframework-netflix/Config.in b/package/wpe/wpeframework-netflix/Config.in index d110b00d1a53..ff9cc530717f 100644 --- a/package/wpe/wpeframework-netflix/Config.in +++ b/package/wpe/wpeframework-netflix/Config.in @@ -1,6 +1,7 @@ menuconfig BR2_PACKAGE_WPEFRAMEWORK_NETFLIX bool "Netflix" depends on BR2_PACKAGE_NETFLIX_LIB || BR2_PACKAGE_NETFLIX5_LIB + select BR2_PACKAGE_GST1_LIBAV if BR2_PACKAGE_NETFLIX5_LIB && BR2_PACKAGE_RPI_FIRMWARE help WPE Platform Netflix plugin