Skip to content

Commit

Permalink
ffmpeg: Add v4l2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix authored and johnrvt committed Dec 29, 2020
1 parent af8aded commit b42f3f9
Show file tree
Hide file tree
Showing 3 changed files with 58,030 additions and 3 deletions.
5 changes: 4 additions & 1 deletion cmake/modules/FindFFMPEG.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,10 @@ if(NOT FFMPEG_FOUND)
<SOURCE_DIR> &&
${CMAKE_COMMAND} -E copy
${CMAKE_SOURCE_DIR}/tools/depends/target/ffmpeg/FindGnuTls.cmake
<SOURCE_DIR>)
<SOURCE_DIR> &&
patch -p1 < ${CMAKE_SOURCE_DIR}/tools/depends/target/ffmpeg/0001-rpi-Add-hevc-acceleration.patch &&
echo "########################################## patched ffmpeg ##############################"
)

if (ENABLE_INTERNAL_DAV1D)
add_dependencies(ffmpeg dav1d)
Expand Down
Loading

0 comments on commit b42f3f9

Please sign in to comment.