mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 02:17:44 +00:00
mplayer: remove not needed $(strip ...) calls in Makefile
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
This commit is contained in:
parent
cb6634da47
commit
fb11bbf5e9
@ -19,7 +19,7 @@ endif
|
|||||||
|
|
||||||
MPLAYER_DEP_LIBS:=libmad
|
MPLAYER_DEP_LIBS:=libmad
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_ALSA_LIB)),y)
|
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
||||||
MPLAYER_DEP_LIBS+=alsa-lib
|
MPLAYER_DEP_LIBS+=alsa-lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -83,6 +83,6 @@ mplayer-dirclean:
|
|||||||
# Toplevel Makefile options
|
# Toplevel Makefile options
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
ifeq ($(strip $(BR2_PACKAGE_MPLAYER)),y)
|
ifeq ($(BR2_PACKAGE_MPLAYER),y)
|
||||||
TARGETS+=mplayer
|
TARGETS+=mplayer
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user