aboutsummaryrefslogtreecommitdiff
path: root/ports/libdshowcapture
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libdshowcapture')
-rw-r--r--ports/libdshowcapture/CONTROL6
-rw-r--r--ports/libdshowcapture/portfile.cmake2
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/libdshowcapture/CONTROL b/ports/libdshowcapture/CONTROL
index 2d6e37de2..3d88262c8 100644
--- a/ports/libdshowcapture/CONTROL
+++ b/ports/libdshowcapture/CONTROL
@@ -1,3 +1,3 @@
-Source: libdshowcapture
-Version: 0.6.0
-Description: Free and Open Source C++11 Library for capturing DirectShow video/audio devices on windows.
+Source: libdshowcapture
+Version: 0.6.0-1
+Description: Free and Open Source C++11 Library for capturing DirectShow video/audio devices on windows.
diff --git a/ports/libdshowcapture/portfile.cmake b/ports/libdshowcapture/portfile.cmake
index 372e1b6dc..fa0e2d8a8 100644
--- a/ports/libdshowcapture/portfile.cmake
+++ b/ports/libdshowcapture/portfile.cmake
@@ -17,7 +17,7 @@ vcpkg_build_cmake(TARGET libdshowcapture)
# Copy files
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libdshowcapture RENAME copyright)
-if(NOT VCPKG_LIBRARY_LINKAGE STREQUAL static)
+if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg/libdshowcapture.dll DESTINATION ${CURRENT_PACKAGES_DIR}/debug/bin)
file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/libdshowcapture.dll DESTINATION ${CURRENT_PACKAGES_DIR}/bin)
endif()