Skip to content

Commit

Permalink
Ensure we don't use system FFmpeg if yours is available
Browse files Browse the repository at this point in the history
  • Loading branch information
EIREXE committed Aug 28, 2024
1 parent 13cbb98 commit 61c7e2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ if env["platform"] == "linuxbsd":
if not "RPATH" in env:
env.Append(RPATH=env.Literal("\\$$ORIGIN"))

env.Append(LINKFLAGS=["-Wl,--disable-new-dtags"])

env_ffmpeg = env.Clone()

module_obj = []
Expand Down

0 comments on commit 61c7e2b

Please sign in to comment.