Browse Source

Add source and unpacked targets to mplayer

Ulf Samuelsson 18 years ago
parent
commit
303fe2118c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/mplayer/mplayer.mk

+ 4 - 0
package/mplayer/mplayer.mk

@@ -60,6 +60,10 @@ $(TARGET_DIR)/$(MPLAYER_TARGET_BINARY): $(MPLAYER_DIR)/$(MPLAYER_BINARY)
 
 mplayer: uclibc libmad $(TARGET_DIR)/$(MPLAYER_TARGET_BINARY)
 
+mplayer-source: $(DL_DIR)/$(MPLAYER_SOURCE)
+
+mplayer-unpacked: $(MPLAYER_DIR)/.unpacked
+
 mplayer-clean:
 	rm -f $(TARGET_DIR)/$(MPLAYER_TARGET_BINARY)
 	-$(MAKE) -C $(MPLAYER_DIR) clean