mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
ffmpeg: remove unused RPI_HW_CODECS option
This commit is contained in:
parent
cb1b606cf7
commit
5ada73d19b
@ -27,7 +27,6 @@ BR2_PACKAGE_FFMPEG=y
|
|||||||
BR2_PACKAGE_FFMPEG_GPL=y
|
BR2_PACKAGE_FFMPEG_GPL=y
|
||||||
BR2_PACKAGE_FFMPEG_NONFREE=y
|
BR2_PACKAGE_FFMPEG_NONFREE=y
|
||||||
BR2_PACKAGE_FFMPEG_SWSCALE=y
|
BR2_PACKAGE_FFMPEG_SWSCALE=y
|
||||||
BR2_PACKAGE_FFMPEG_RPI_HW_CODECS=y
|
|
||||||
BR2_PACKAGE_LIBWEBCAM=y
|
BR2_PACKAGE_LIBWEBCAM=y
|
||||||
BR2_PACKAGE_MOTION=y
|
BR2_PACKAGE_MOTION=y
|
||||||
BR2_PACKAGE_STREAMEYE=y
|
BR2_PACKAGE_STREAMEYE=y
|
||||||
|
@ -27,7 +27,6 @@ BR2_PACKAGE_FFMPEG=y
|
|||||||
BR2_PACKAGE_FFMPEG_GPL=y
|
BR2_PACKAGE_FFMPEG_GPL=y
|
||||||
BR2_PACKAGE_FFMPEG_NONFREE=y
|
BR2_PACKAGE_FFMPEG_NONFREE=y
|
||||||
BR2_PACKAGE_FFMPEG_SWSCALE=y
|
BR2_PACKAGE_FFMPEG_SWSCALE=y
|
||||||
BR2_PACKAGE_FFMPEG_RPI_HW_CODECS=y
|
|
||||||
BR2_PACKAGE_LIBWEBCAM=y
|
BR2_PACKAGE_LIBWEBCAM=y
|
||||||
BR2_PACKAGE_MOTION=y
|
BR2_PACKAGE_MOTION=y
|
||||||
BR2_PACKAGE_STREAMEYE=y
|
BR2_PACKAGE_STREAMEYE=y
|
||||||
|
@ -28,7 +28,6 @@ BR2_PACKAGE_FFMPEG=y
|
|||||||
BR2_PACKAGE_FFMPEG_GPL=y
|
BR2_PACKAGE_FFMPEG_GPL=y
|
||||||
BR2_PACKAGE_FFMPEG_NONFREE=y
|
BR2_PACKAGE_FFMPEG_NONFREE=y
|
||||||
BR2_PACKAGE_FFMPEG_SWSCALE=y
|
BR2_PACKAGE_FFMPEG_SWSCALE=y
|
||||||
BR2_PACKAGE_FFMPEG_RPI_HW_CODECS=y
|
|
||||||
BR2_PACKAGE_LIBWEBCAM=y
|
BR2_PACKAGE_LIBWEBCAM=y
|
||||||
BR2_PACKAGE_MOTION=y
|
BR2_PACKAGE_MOTION=y
|
||||||
BR2_PACKAGE_STREAMEYE=y
|
BR2_PACKAGE_STREAMEYE=y
|
||||||
|
@ -173,12 +173,6 @@ config BR2_PACKAGE_FFMPEG_OUTDEVS
|
|||||||
bool "Enable output devices"
|
bool "Enable output devices"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config BR2_PACKAGE_FFMPEG_RPI_HW_CODECS
|
|
||||||
bool "Enable rpi hardware accelerated codecs"
|
|
||||||
depends on BR2_PACKAGE_RPI_USERLAND
|
|
||||||
help
|
|
||||||
Enable HW accelerated codecs on Raspberry pi.
|
|
||||||
|
|
||||||
config BR2_PACKAGE_FFMPEG_EXTRACONF
|
config BR2_PACKAGE_FFMPEG_EXTRACONF
|
||||||
string "Additional parameters for ./configure"
|
string "Additional parameters for ./configure"
|
||||||
default ""
|
default ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user