From 061b5a23146a4c4e08797a188727a83bd8f4f09f Mon Sep 17 00:00:00 2001
|
From: Francis Fan <francis.fan@rock-chips.com>
|
Date: Tue, 30 Jul 2019 08:10:17 +0000
|
Subject: [PATCH 1/4] rv1108: disable avfilter as defalut config
|
|
Change-Id: I734d89def877b6afb2fe5a43b930cad2197842a2
|
Signed-off-by: Francis Fan <francis.fan@rock-chips.com>
|
---
|
Config.in | 2 +-
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
diff --git a/Config.in b/Config.in
|
index 8d07a08..b5e9ce7 100644
|
--- a/Config.in
|
+++ b/Config.in
|
@@ -120,7 +120,7 @@ config RV_TARGET_FFMPEG_DISABLE_AVDEVICES
|
|
config RV_TARGET_FFMPEG_DISABLE_AVFILTERS
|
bool "Disable all avfilters"
|
- default n
|
+ default y
|
|
config RV_TARGET_FFMPEG_DISABLE_SWSCALE
|
bool "Disable swscale"
|
--
|
2.7.4
|