aboutsummaryrefslogtreecommitdiff
path: root/net-im/tg_owt/files/patch-cmake_libyuv.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/tg_owt/files/patch-cmake_libyuv.cmake')
-rw-r--r--net-im/tg_owt/files/patch-cmake_libyuv.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/tg_owt/files/patch-cmake_libyuv.cmake b/net-im/tg_owt/files/patch-cmake_libyuv.cmake
deleted file mode 100644
index b8d81dc36870..000000000000
--- a/net-im/tg_owt/files/patch-cmake_libyuv.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/libyuv.cmake.orig 2021-02-03 11:42:41 UTC
-+++ cmake/libyuv.cmake
-@@ -126,7 +126,7 @@ else()
- endif()
-
- target_include_directories(libyuv
--PUBLIC
-+BEFORE PUBLIC
- $<BUILD_INTERFACE:${libyuv_loc}/include>
- $<INSTALL_INTERFACE:${webrtc_includedir}/third_party/libyuv/include>
- )