Skip to content

Commit

Permalink
chore: rename bin dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
clearlysid committed Apr 20, 2024
1 parent b03ef85 commit e28dca1
Show file tree
Hide file tree
Showing 330 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
FFMPEG_STATIC = "1"

# Apple Silicon
FFMPEG_INCLUDE_DIR_AARCH64_APPLE_DARWIN = { value = "bin/ffmpeg-6.1/aarch64-apple-darwin/include/", relative = true}
FFMPEG_LIB_DIR_AARCH64_APPLE_DARWIN = { value = "bin/ffmpeg-6.1/aarch64-apple-darwin/lib/", relative = true}
FFMPEG_INCLUDE_DIR_AARCH64_APPLE_DARWIN = { value = "bin/ffmpeg-6.1/mac-arm64/include/", relative = true}
FFMPEG_LIB_DIR_AARCH64_APPLE_DARWIN = { value = "bin/ffmpeg-6.1/mac-arm64/lib/", relative = true}

# Windows x86_64, MSVC
FFMPEG_INCLUDE_DIR_X86_64_PC_WINDOWS_MSVC = { value = "bin/ffmpeg-6.1/x86_64-pc-windows-msvc/include/", relative = true}
FFMPEG_LIB_DIR_X86_64_PC_WINDOWS_MSVC = { value = "bin/ffmpeg-6.1/x86_64-pc-windows-msvc/lib/", relative = true}
FFMPEG_INCLUDE_DIR_X86_64_PC_WINDOWS_MSVC = { value = "bin/ffmpeg-6.1/win-x86/include/", relative = true}
FFMPEG_LIB_DIR_X86_64_PC_WINDOWS_MSVC = { value = "bin/ffmpeg-6.1/win-x86/lib/", relative = true}
Loading

0 comments on commit e28dca1

Please sign in to comment.