Skip to content

Commit 18705aa

Browse files
committed
V2L
1 parent bfc06db commit 18705aa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ffmpeg/Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ RUN cd /tmp/opencv-${OPENCV_VERSION}/cmake_binary && \
495495
-D WITH_JASPER=ON \
496496
-D WITH_JPEG=ON \
497497
-D WITH_LAPACK=OFF \
498-
-D WITH_LIBV4L=ON \
498+
-D WITH_LIBV4L=OFF \
499499
-D WITH_NVCUVID=ON \
500500
-D WITH_OPENCL=ON \
501501
-D WITH_OPENCLAMDBLAS=OFF \
@@ -519,11 +519,12 @@ RUN cd /tmp/opencv-${OPENCV_VERSION}/cmake_binary && \
519519
-D WITH_XIMEA=OFF \
520520
-D WITH_XINE=OFF \
521521
-D WITH_ZLIB=ON \
522-
-G Ninja \
522+
# -G Ninja \
523523
-D CMAKE_INSTALL_PREFIX=/usr/local \
524524
.. 2>&1 | tee cmake_messages.txt
525-
RUN cd /tmp/opencv-4.5.2/cmake_binary && ninja
526-
#RUN make -j$(nproc) && make install
525+
#RUN cd /tmp/opencv-4.5.2/cmake_binary && ninja
526+
RUN cd /tmp/opencv-4.5.2/cmake_binary && make
527+
#-j$(nproc) && make install
527528
RUN rm /usr/lib/x86_64-linux-gnu/libnvcuvid.so.1
528529

529530
RUN set -xe && \

0 commit comments

Comments
 (0)