libplayer: add back missing endif

Commit 0f5b3d0fd8 (libplayer: remove broken Python bindings) accidently
removed an endif from Config.in, breaking menuconfig.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2017-03-09 22:49:54 +01:00
parent bdddc0195e
commit 72599de9fa

View File

@ -25,6 +25,7 @@ config BR2_PACKAGE_LIBPLAYER_GSTREAMER
comment "gstreamer backend needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
endif
comment "libplayer needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS