aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test_ports/vcpkg-ci-ffmpeg/CONTROL5
-rw-r--r--scripts/test_ports/vcpkg-ci-ffmpeg/portfile.cmake1
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/test_ports/vcpkg-ci-ffmpeg/CONTROL b/scripts/test_ports/vcpkg-ci-ffmpeg/CONTROL
new file mode 100644
index 000000000..78687c423
--- /dev/null
+++ b/scripts/test_ports/vcpkg-ci-ffmpeg/CONTROL
@@ -0,0 +1,5 @@
+Source: vcpkg-ci-ffmpeg
+Version: 1
+Homepage: https://github.com/microsoft/vcpkg
+Description: Port to force features of certain ports within CI
+Build-Depends: ffmpeg[all-nonfree]
diff --git a/scripts/test_ports/vcpkg-ci-ffmpeg/portfile.cmake b/scripts/test_ports/vcpkg-ci-ffmpeg/portfile.cmake
new file mode 100644
index 000000000..0015715fb
--- /dev/null
+++ b/scripts/test_ports/vcpkg-ci-ffmpeg/portfile.cmake
@@ -0,0 +1 @@
+set(VCPKG_POLICY_EMPTY_PACKAGE enabled) \ No newline at end of file