Skip to content

Commit 87d7230

Browse files
authored
Update build.rs to remove misleading FFMPEG_PKG_CONFIG_PATH on Windows
1 parent c6fdbd2 commit 87d7230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ Enable `link_vcpkg_ffmpeg` feature if you want to link ffmpeg libraries installe
508508
panic!(
509509
"
510510
!!!!!!! rusty_ffmpeg: No linking method set!
511-
Use FFMPEG_PKG_CONFIG_PATH or FFMPEG_LIBS_DIR if you have prebuilt FFmpeg libraries.
511+
Use FFMPEG_LIBS_DIR if you have prebuilt FFmpeg libraries.
512512
Enable `link_vcpkg_ffmpeg` feature if you want to link ffmpeg provided by vcpkg.
513513
"
514514
);

0 commit comments

Comments
 (0)