mplayer: remove not needed $(strip ...) calls in Makefile
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Mon, 1 Dec 2008 13:08:43 +0000 (13:08 -0000)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Mon, 1 Dec 2008 13:08:43 +0000 (13:08 -0000)
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
package/multimedia/mplayer/mplayer.mk

index 7e883279f6db1793f70f210cfdc324a12bc84ef2..350c6b06c242f4ce7b6f02f3424fe0c736f4df08 100644 (file)
@@ -19,7 +19,7 @@ endif
 
 MPLAYER_DEP_LIBS:=libmad
 
-ifeq ($(strip $(BR2_PACKAGE_ALSA_LIB)),y)
+ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
 MPLAYER_DEP_LIBS+=alsa-lib
 endif
 
@@ -83,6 +83,6 @@ mplayer-dirclean:
 # Toplevel Makefile options
 #
 #############################################################
-ifeq ($(strip $(BR2_PACKAGE_MPLAYER)),y)
+ifeq ($(BR2_PACKAGE_MPLAYER),y)
 TARGETS+=mplayer
 endif