Skip to content
Snippets Groups Projects
Commit 0cbc8ae1 authored by calrama's avatar calrama
Browse files

[windows] don't disable ffmpeg default features

parent c42fdd85
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
RUN cd $env:VCPKG_DIR; \
./vcpkg install --triplet "$env:VCPKG_TARGET_TRIPLET" \
"\"ffmpeg[nvcodec,avresample,core]\"" \
"\"ffmpeg[nvcodec,avresample]\"" \
"\"opencv4[cuda,ffmpeg,ximea,opengl,contrib,ipp,dnn]\""; \
Remove-Item -Force -Recurse ./downloads; \
Remove-Item -Force -Recurse ./buildtrees; \
......
......@@ -6,7 +6,7 @@ LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
RUN cd $env:VCPKG_DIR; \
./vcpkg install --triplet "$env:VCPKG_TARGET_TRIPLET" \
"\"ffmpeg[avresample,core]\"" \
"\"ffmpeg[avresample]\"" \
"\"opencv4[ffmpeg,ximea,opengl,contrib,ipp,dnn]\""; \
Remove-Item -Force -Recurse ./downloads; \
Remove-Item -Force -Recurse ./buildtrees; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment