Skip to content

Commit

Permalink
update comment in ffmpeg conanfile to fit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmidt Nico (XC-CT/PJ-RC33) committed Feb 6, 2023
1 parent e3d81c9 commit 297c9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ffmpeg/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit 297c9cb

Please sign in to comment.