Skip to content

Commit f59bc5a

Browse files
committed
revert pangolin commit
Reverts most of 2543be2
1 parent b9638a5 commit f59bc5a

5 files changed

Lines changed: 2 additions & 19 deletions

File tree

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
set(FFMPEG_PREV_MODULE_PATH ${CMAKE_MODULE_PATH})
22
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
33

4-
cmake_policy(SET CMP0012 NEW)
5-
64
_find_package(${ARGS})
75

86
set(CMAKE_MODULE_PATH ${FFMPEG_PREV_MODULE_PATH})

ports/pangolin/add-definition.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

ports/pangolin/portfile.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ vcpkg_from_github(
1313
fix-includepath-error.patch # include path has one more ../
1414
fix-dependeny-ffmpeg.patch
1515
fix-dependency-python.patch
16-
add-definition.patch
1716
fix-cmake-version.patch
1817
)
1918

2019
file(REMOVE ${SOURCE_PATH}/CMakeModules/FindGLEW.cmake)
21-
file(REMOVE ${SOURCE_PATH}/CMakeModules/FindFFMPEG.cmake)
2220

2321
string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" MSVC_USE_STATIC_CRT)
2422

versions/f-/ffmpeg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": [
33
{
4-
"git-tree": "76c6e8bad0d822c842f04ccd587df72a2382ed9c",
4+
"git-tree": "5cfc1d9db800824b0602e9bd60282353900c6fd2",
55
"version-string": "4.3.1",
66
"port-version": 13
77
},

versions/p-/pangolin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": [
33
{
4-
"git-tree": "9c7553f917113e488bd1a811fff8a4074aeb48b8",
4+
"git-tree": "1e42591924a8a57c2103f4cc093032e8c006cf1f",
55
"version-string": "0.5",
66
"port-version": 13
77
},

0 commit comments

Comments
 (0)