[graphics/krita] 3rdparty/ext_ffmpeg: Change branch name of libvpx
Dmitry Kazakov
null at kde.org
Mon Aug 7 16:26:58 BST 2023
Git commit f59bf559cd4add7faad2426d7f1f4cc2563b428f by Dmitry Kazakov.
Committed on 07/08/2023 at 17:26.
Pushed by dkazakov into branch 'master'.
Change branch name of libvpx
It seems like Amyspark changed the branch they are working on the
meson port for libvpx, so I deps builds became broken because of that.
CC:kimageshop at kde.org
M +1 -1 3rdparty/ext_ffmpeg/CMakeLists.txt
https://invent.kde.org/graphics/krita/-/commit/f59bf559cd4add7faad2426d7f1f4cc2563b428f
diff --git a/3rdparty/ext_ffmpeg/CMakeLists.txt b/3rdparty/ext_ffmpeg/CMakeLists.txt
index c35b42ad39c..6eb544e7146 100644
--- a/3rdparty/ext_ffmpeg/CMakeLists.txt
+++ b/3rdparty/ext_ffmpeg/CMakeLists.txt
@@ -224,7 +224,7 @@ kis_ExternalProject_Add_with_separate_builds_apple(
DOWNLOAD_DIR ${EXTERNALS_DOWNLOAD_DIR}
GIT_REPOSITORY https://gitlab.freedesktop.org/amyspark/libvpx.git
- GIT_TAG amyspark/add-ci
+ GIT_TAG meson
WORKING_DIRECTORY <BINARY_DIR>
More information about the kimageshop
mailing list