summaryrefslogtreecommitdiff
path: root/games/hedgewars/files/patch-cmake__modules_FindLIBAV.cmake
blob: 19b2fd55e4dd7cb2beda108bb754096434a482ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cmake_modules/FindLIBAV.cmake.orig	2023-04-25 07:46:45 UTC
+++ cmake_modules/FindLIBAV.cmake
@@ -19,6 +19,8 @@
 #  BSD license.
 #
 
+set(CMAKE_PREFIX_PATH "%%LOCALBASE%%/ffmpeg4;%%LOCALBASE%%/ffmpeg4/libexec")
+
 include(FindPackageHandleStandardArgs)