Enable FFmpeg and SDL2 in Buildroot cross-compilation config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cbe3d67132
commit
d68e1d0f22
@ -366,7 +366,26 @@ BR2_PACKAGE_SKELETON_INIT_SYSV=y
|
|||||||
# BR2_PACKAGE_ESPEAK is not set
|
# BR2_PACKAGE_ESPEAK is not set
|
||||||
# BR2_PACKAGE_FAAD2 is not set
|
# BR2_PACKAGE_FAAD2 is not set
|
||||||
BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y
|
BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_FFMPEG is not set
|
BR2_PACKAGE_FFMPEG=y
|
||||||
|
# BR2_PACKAGE_FFMPEG_GPL is not set
|
||||||
|
BR2_PACKAGE_FFMPEG_NONFREE=y
|
||||||
|
# BR2_PACKAGE_FFMPEG_FFMPEG is not set
|
||||||
|
# BR2_PACKAGE_FFMPEG_FFPLAY is not set
|
||||||
|
# BR2_PACKAGE_FFMPEG_FFSERVER is not set
|
||||||
|
# BR2_PACKAGE_FFMPEG_FFPROBE is not set
|
||||||
|
BR2_PACKAGE_FFMPEG_AVRESAMPLE=y
|
||||||
|
BR2_PACKAGE_FFMPEG_SWSCALE=y
|
||||||
|
BR2_PACKAGE_FFMPEG_ENCODERS="all"
|
||||||
|
BR2_PACKAGE_FFMPEG_DECODERS="all"
|
||||||
|
BR2_PACKAGE_FFMPEG_MUXERS="all"
|
||||||
|
BR2_PACKAGE_FFMPEG_DEMUXERS="all"
|
||||||
|
BR2_PACKAGE_FFMPEG_PARSERS="all"
|
||||||
|
BR2_PACKAGE_FFMPEG_BSFS="all"
|
||||||
|
BR2_PACKAGE_FFMPEG_PROTOCOLS="all"
|
||||||
|
BR2_PACKAGE_FFMPEG_FILTERS="all"
|
||||||
|
BR2_PACKAGE_FFMPEG_INDEVS=y
|
||||||
|
BR2_PACKAGE_FFMPEG_OUTDEVS=y
|
||||||
|
BR2_PACKAGE_FFMPEG_EXTRACONF=""
|
||||||
# BR2_PACKAGE_FLAC is not set
|
# BR2_PACKAGE_FLAC is not set
|
||||||
# BR2_PACKAGE_FLITE is not set
|
# BR2_PACKAGE_FLITE is not set
|
||||||
# BR2_PACKAGE_GMRENDER_RESURRECT is not set
|
# BR2_PACKAGE_GMRENDER_RESURRECT is not set
|
||||||
@ -675,7 +694,13 @@ BR2_PACKAGE_SDL_IMAGE_PNG=y
|
|||||||
# BR2_PACKAGE_SDL_NET is not set
|
# BR2_PACKAGE_SDL_NET is not set
|
||||||
# BR2_PACKAGE_SDL_SOUND is not set
|
# BR2_PACKAGE_SDL_SOUND is not set
|
||||||
BR2_PACKAGE_SDL_TTF=y
|
BR2_PACKAGE_SDL_TTF=y
|
||||||
# BR2_PACKAGE_SDL2 is not set
|
BR2_PACKAGE_SDL2=y
|
||||||
|
BR2_PACKAGE_SDL2_KMSDRM=y
|
||||||
|
BR2_PACKAGE_SDL2_GFX=y
|
||||||
|
BR2_PACKAGE_SDL2_IMAGE=y
|
||||||
|
BR2_PACKAGE_SDL2_MIXER=y
|
||||||
|
BR2_PACKAGE_SDL2_NET=y
|
||||||
|
BR2_PACKAGE_SDL2_TTF=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Other GUIs
|
# Other GUIs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user