mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
package/libplayer: remove mplayer support
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
6ac12d8b18
commit
3f44911971
@ -156,6 +156,12 @@ config BR2_PACKAGE_LIBKCAPI_APPS
|
|||||||
Test applications (hasher, rng read, speed-test, test) now
|
Test applications (hasher, rng read, speed-test, test) now
|
||||||
have their own configuration options in the libkcapi menu.
|
have their own configuration options in the libkcapi menu.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_LIBPLAYER_MPLAYER
|
||||||
|
bool "mplayer support in libplayer removed"
|
||||||
|
select BR2_LEGACY
|
||||||
|
help
|
||||||
|
The mplayer package was removed.
|
||||||
|
|
||||||
config BR2_PACKAGE_IQVLINUX
|
config BR2_PACKAGE_IQVLINUX
|
||||||
bool "iqvlinux package removed"
|
bool "iqvlinux package removed"
|
||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
|
@ -9,11 +9,6 @@ config BR2_PACKAGE_LIBPLAYER
|
|||||||
http://libplayer.geexbox.org/
|
http://libplayer.geexbox.org/
|
||||||
|
|
||||||
if BR2_PACKAGE_LIBPLAYER
|
if BR2_PACKAGE_LIBPLAYER
|
||||||
config BR2_PACKAGE_LIBPLAYER_MPLAYER
|
|
||||||
bool "mplayer backend"
|
|
||||||
depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # mplayer
|
|
||||||
select BR2_PACKAGE_MPLAYER
|
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBPLAYER_GSTREAMER
|
config BR2_PACKAGE_LIBPLAYER_GSTREAMER
|
||||||
bool "gstreamer backend"
|
bool "gstreamer backend"
|
||||||
|
@ -20,18 +20,12 @@ define LIBPLAYER_CONFIGURE_CMDS
|
|||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--cross-compile \
|
--cross-compile \
|
||||||
|
--disable-mplayer \
|
||||||
$(SHARED_STATIC_LIBS_OPTS) \
|
$(SHARED_STATIC_LIBS_OPTS) \
|
||||||
$(LIBPLAYER_CONF_OPTS) \
|
$(LIBPLAYER_CONF_OPTS) \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBPLAYER_MPLAYER),y)
|
|
||||||
LIBPLAYER_DEPENDENCIES += mplayer
|
|
||||||
LIBPLAYER_CONF_OPTS += --enable-mplayer
|
|
||||||
else
|
|
||||||
LIBPLAYER_CONF_OPTS += --disable-mplayer
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBPLAYER_GSTREAMER),y)
|
ifeq ($(BR2_PACKAGE_LIBPLAYER_GSTREAMER),y)
|
||||||
LIBPLAYER_DEPENDENCIES += gstreamer
|
LIBPLAYER_DEPENDENCIES += gstreamer
|
||||||
LIBPLAYER_CONF_OPTS += --enable-gstreamer
|
LIBPLAYER_CONF_OPTS += --enable-gstreamer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user