diff options
Diffstat (limited to 'subprojects/packagefiles/ffmpeg')
| -rw-r--r-- | subprojects/packagefiles/ffmpeg/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
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', |