Skip to content

Commit

Permalink
ffmpeg: hack: --enable-vout-drm-kludge
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Jun 2, 2020
1 parent a2fdefe commit ae2d959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/target/ffmpeg/CMakeLists.txt
Expand Up @@ -22,7 +22,7 @@ endif()
string(CONCAT CMAKE_C_FLAGS ${CMAKE_C_FLAGS} " -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux")
string(CONCAT CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} " -L/opt/vc/lib")
string(CONCAT CMAKE_MODULE_LINKER_FLAGS ${CMAKE_MODULE_LINKER_FLAGS} " -L/opt/vc/lib")
list(APPEND ffmpeg_conf --enable-rpi --enable-v4l2-request --enable-libdrm --enable-libudev --disable-hwaccel=h264_v4l2request --disable-hwaccel=mpeg2_v4l2request --disable-hwaccel=vp8_v4l2request)
list(APPEND ffmpeg_conf --enable-rpi --enable-v4l2-request --enable-libdrm --enable-libudev --disable-hwaccel=h264_v4l2request --disable-hwaccel=mpeg2_v4l2request --disable-hwaccel=vp8_v4l2request --enable-vout-drm-kludge)
#endif()

if(CMAKE_C_FLAGS)
Expand Down

0 comments on commit ae2d959

Please sign in to comment.