mplayer: remove not needed $(strip ...) calls in Makefile

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
This commit is contained in:
Hans-Christian Egtvedt 2008-12-01 13:08:43 +00:00
parent cb6634da47
commit fb11bbf5e9

View File

@ -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