diff --git a/ffmpeg-sys-the-third/build.rs b/ffmpeg-sys-the-third/build.rs index 9d9ef1e..b64938d 100644 --- a/ffmpeg-sys-the-third/build.rs +++ b/ffmpeg-sys-the-third/build.rs @@ -165,7 +165,7 @@ fn fetch() -> io::Result<()> { .arg("clone") .arg("--depth=1") .arg("-b") - .arg(format!("release/{}", ffmpeg_version())) + .arg(format!("n{}", ffmpeg_version())) .arg("https://github.com/FFmpeg/FFmpeg") .arg(&clone_dest_dir) .status()?;