summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorUlf Samuelsson2007-09-25 14:01:27 +0200
committerUlf Samuelsson2007-09-25 14:01:27 +0200
commit303fe2118c34a47c09a9283119e5970235797615 (patch)
tree007185d63a937d7e84b47ce99ae260506fe9b42c /package
parentFix LEGACY dependencies for mplayer (diff)
downloadbuildroot-303fe2118c34a47c09a9283119e5970235797615.tar.gz
buildroot-303fe2118c34a47c09a9283119e5970235797615.tar.xz
buildroot-303fe2118c34a47c09a9283119e5970235797615.zip
Add source and unpacked targets to mplayer
Diffstat (limited to 'package')
-rw-r--r--package/mplayer/mplayer.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk
index 89f2c96a4..f9bd38b4b 100644
--- a/package/mplayer/mplayer.mk
+++ b/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