forked from zhongfly/mpv-winbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuse-librempeg.patch
More file actions
24 lines (21 loc) · 829 Bytes
/
use-librempeg.patch
File metadata and controls
24 lines (21 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 37362d0ace60392f0b76d3c11027ecbeb478aec9 Mon Sep 17 00:00:00 2001
From: zhongfly <11155705+zhongfly@users.noreply.github.com>
Date: Sat, 10 May 2025 23:11:21 +0800
Subject: [PATCH] ffmpeg: use librempeg fork
---
packages/ffmpeg.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/ffmpeg.cmake b/packages/ffmpeg.cmake
index 252c687..def2367 100644
--- a/packages/ffmpeg.cmake
+++ b/packages/ffmpeg.cmake
@@ -46,7 +46,7 @@ ExternalProject_Add(ffmpeg
rubberband
libva
openal-soft
- GIT_REPOSITORY https://github.com/FFmpeg/FFmpeg.git
+ GIT_REPOSITORY https://github.com/librempeg/librempeg.git
SOURCE_DIR ${SOURCE_LOCATION}
GIT_CLONE_FLAGS "--sparse --filter=tree:0"
GIT_CLONE_POST_COMMAND "sparse-checkout set --no-cone /* !tests/ref/fate"
--