summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-25 14:57:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-25 14:57:07 +0000
commit9313e59479758cae4090d4ed7ec7171fba9e34f3 (patch)
treea8a74c0dd3b19b282bc2e986072d31fb24600a29 /TOOLS
parentaad130d2e861c7263770fdf1a2fea47acb30ca28 (diff)
downloadmpv-9313e59479758cae4090d4ed7ec7171fba9e34f3.tar.bz2
mpv-9313e59479758cae4090d4ed7ec7171fba9e34f3.tar.xz
Remove redundant variables that are contained in COMMON_LIBS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19533 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile
index f5fb3204f2..f9e087b1c1 100644
--- a/TOOLS/netstream/Makefile
+++ b/TOOLS/netstream/Makefile
@@ -32,13 +32,6 @@ DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \
$(MPROOT)/osdep/shmem.o \
$(MPROOT)/osdep/timer-*.o \
$(MPROOT)/osdep/strl.o \
- $(VORBIS_LIB) \
- $(CDPARANOIA_LIB) \
- $(Z_LIB) \
- $(GIF_LIB) \
- $(SMBSUPPORT_LIB) \
- $(MPLAYER_NETWORK_LIB) \
- $(ARCH_LIB) \
$(COMMON_LIBS) \
-lm \