Skip to content

Commit 7878093

Browse files
committed
videoio.so
1 parent 5e07a57 commit 7878093

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ffmpeg/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ RUN cd /tmp/opencv-${OPENCV_VERSION}/cmake_binary && \
494494
-D WITH_JASPER=ON \
495495
-D WITH_JPEG=ON \
496496
-D WITH_LAPACK=OFF \
497-
-D WITH_LIBV4L=ON \
497+
-D WITH_LIBV4L=OFF \
498498
-D WITH_NVCUVID=ON \
499499
-D WITH_OPENCL=ON \
500500
-D WITH_OPENCLAMDBLAS=OFF \
@@ -512,17 +512,17 @@ RUN cd /tmp/opencv-${OPENCV_VERSION}/cmake_binary && \
512512
-D WITH_TBB=ON \
513513
-D WITH_TIFF=ON \
514514
-D WITH_UNICAP=OFF \
515-
-D WITH_V4L=ON \
515+
-D WITH_V4L=OFF \
516516
-D WITH_VTK=ON \
517517
-D WITH_WEBP=ON \
518518
-D WITH_XIMEA=OFF \
519519
-D WITH_XINE=OFF \
520520
-D WITH_ZLIB=ON \
521-
# -G Ninja \
521+
-G Ninja \
522522
-D CMAKE_INSTALL_PREFIX=/usr/local \
523523
.. 2>&1 | tee cmake_messages.txt
524-
#RUN cd /tmp/opencv-4.5.2/cmake_binary && ninja
525-
RUN make -j$(nproc) && make install
524+
RUN cd /tmp/opencv-4.5.2/cmake_binary && ninja
525+
#RUN make -j$(nproc) && make install
526526

527527

528528
RUN set -xe && \

0 commit comments

Comments
 (0)