Merge pull request #2226 from jasaw/fix-rpi4-omx-encoder

rpi4: fix and enable h264_omx encoder
This commit is contained in:
Calin Crisan 2019-12-18 12:36:38 +02:00 committed by GitHub
commit 981cc870c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
../../usr/lib

View File

@ -27,7 +27,6 @@ BR2_PACKAGE_FFMPEG_GPL=y
BR2_PACKAGE_FFMPEG_NONFREE=y
BR2_PACKAGE_FFMPEG_FFMPEG=y
BR2_PACKAGE_FFMPEG_SWSCALE=y
BR2_PACKAGE_FFMPEG_EXTRACONF="--disable-omx"
BR2_PACKAGE_LIBWEBCAM=y
BR2_PACKAGE_MOTION=y
BR2_PACKAGE_STREAMEYE=y