diff --git a/recipes/ffmpeg/all/conanfile.py b/recipes/ffmpeg/all/conanfile.py index d3a324ac83d59..38f7c4a41d4d0 100644 --- a/recipes/ffmpeg/all/conanfile.py +++ b/recipes/ffmpeg/all/conanfile.py @@ -536,7 +536,7 @@ def opt_append_disable_if_set(args, what, v): ]) if not self.options.with_programs: args.append("--disable-programs") - # since ffmpeg"s build system ignores CC and CXX + # since ffmpeg"s build system ignores CC, CXX and STRIP if tools.get_env("AS"): args.append("--as={}".format(tools.get_env("AS"))) if tools.get_env("CC"):