|
@@ -7,12 +7,12 @@
|
|
MPLAYER_VERSION = 1.2
|
|
MPLAYER_VERSION = 1.2
|
|
MPLAYER_SOURCE = MPlayer-$(MPLAYER_VERSION).tar.xz
|
|
MPLAYER_SOURCE = MPlayer-$(MPLAYER_VERSION).tar.xz
|
|
MPLAYER_SITE = http://www.mplayerhq.hu/MPlayer/releases
|
|
MPLAYER_SITE = http://www.mplayerhq.hu/MPlayer/releases
|
|
-
|
|
|
|
|
|
+MPLAYER_DEPENDENCIES = host-pkgconf
|
|
|
|
+MPLAYER_LICENSE = GPLv2
|
|
|
|
+MPLAYER_LICENSE_FILES = LICENSE Copyright
|
|
MPLAYER_CFLAGS = $(TARGET_CFLAGS)
|
|
MPLAYER_CFLAGS = $(TARGET_CFLAGS)
|
|
MPLAYER_LDFLAGS = $(TARGET_LDFLAGS)
|
|
MPLAYER_LDFLAGS = $(TARGET_LDFLAGS)
|
|
|
|
|
|
-MPLAYER_DEPENDENCIES += host-pkgconf
|
|
|
|
-
|
|
|
|
# mplayer needs pcm+mixer support, but configure fails to check for it
|
|
# mplayer needs pcm+mixer support, but configure fails to check for it
|
|
ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yyy)
|
|
ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yyy)
|
|
MPLAYER_DEPENDENCIES += alsa-lib
|
|
MPLAYER_DEPENDENCIES += alsa-lib
|