From 8c996a5b597bd1cd9c188a0e61eae1ff718c8ca2 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 12 Nov 2024 18:52:33 -0500 Subject: Bare minimum Android sink Signed-off-by: Andrew Opalach --- subprojects/packagefiles/ffmpeg/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'subprojects/packagefiles') diff --git a/subprojects/packagefiles/ffmpeg/meson.build b/subprojects/packagefiles/ffmpeg/meson.build index 511b233..4ab44f7 100644 --- a/subprojects/packagefiles/ffmpeg/meson.build +++ b/subprojects/packagefiles/ffmpeg/meson.build @@ -13,7 +13,7 @@ is_mingw = is_windows and not is_msvc extra_options = [] if not is_debug - extra_options += ['--disable-debug', '--enable-small'] + extra_options += ['--disable-debug'] endif extra_options += ['--cc=' + compiler.cmd_array()[0]] @@ -69,7 +69,6 @@ proj = ext_proj.add_project('configure', '--enable-pic', '--enable-static', '--disable-shared', - '--disable-stripping', '--disable-logging', '--disable-all', '--disable-autodetect', -- cgit v1.2.3-101-g0448