Skip to content

Commit

Permalink
ffmpeg: Add v4l2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Apr 1, 2020
1 parent b328e3f commit 4ca6d9c
Show file tree
Hide file tree
Showing 4 changed files with 54,152 additions and 3 deletions.
5 changes: 4 additions & 1 deletion cmake/modules/FindFFMPEG.cmake
Expand Up @@ -274,7 +274,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
2 changes: 2 additions & 0 deletions tools/depends/configure.ac
Expand Up @@ -494,6 +494,8 @@ if test "$target_platform" = "raspberry-pi" ; then
-lvchiq_arm"
fi

platform_ldflags+=" -L${use_firmware}/opt/vc/lib -lvcsm"

XBMC_SETUP_ARCH_DEFINES()


Expand Down

0 comments on commit 4ca6d9c

Please sign in to comment.