|
@@ -41,12 +41,16 @@ config BR2_PACKAGE_FFMPEG_FFMPEG
|
|
|
config BR2_PACKAGE_FFMPEG_FFPLAY
|
|
|
bool "Build ffplay"
|
|
|
select BR2_PACKAGE_FFMPEG_SWSCALE
|
|
|
- select BR2_PACKAGE_SDL
|
|
|
+ select BR2_PACKAGE_SDL2
|
|
|
+ depends on !BR2_STATIC_LIBS # sdl2
|
|
|
help
|
|
|
FFplay is a very simple and portable media player using the
|
|
|
FFmpeg libraries and the SDL library.
|
|
|
It is mostly used as a testbed for the various FFmpeg APIs.
|
|
|
|
|
|
+comment "ffplay needs a toolchain w/ dynamic library"
|
|
|
+ depends on BR2_STATIC_LIBS
|
|
|
+
|
|
|
config BR2_PACKAGE_FFMPEG_FFSERVER
|
|
|
bool "Build ffserver"
|
|
|
depends on BR2_USE_MMU # fork()
|