summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-04 21:40:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-04 21:40:32 +0000
commit97ce3e88b809651535d0f1650dc997e76569b196 (patch)
tree235b0dfa6b1743b3516ec2734f604ff478e2de6c /TOOLS
parenta3d50ae8dd6961d0c739abf30cec088556af8588 (diff)
downloadmpv-97ce3e88b809651535d0f1650dc997e76569b196.tar.bz2
mpv-97ce3e88b809651535d0f1650dc997e76569b196.tar.xz
Remove nonexisting dependency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15347 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile
index 086521b5df..fb33908567 100644
--- a/TOOLS/netstream/Makefile
+++ b/TOOLS/netstream/Makefile
@@ -24,7 +24,7 @@ netstream: $(MPROOT)/libmpdemux/libmpdemux.a netstream.o
$(MPROOT)/libmpdvdkit2/libmpdvdkit.a \
$(MPROOT)/libmpcodecs/native/minilzo.o \
$(MPROOT)/libvo/aclib.o $(MPROOT)/libmpcodecs/img_format.o \
- $(MPROOT)/liba52/liba52.a $(MPROOT)/libao2/afmt.o $(MPROOT)/m_option.o \
+ $(MPROOT)/liba52/liba52.a $(MPROOT)/m_option.o \
$(MPROOT)/m_struct.o $(MPROOT)/subreader.o \
$(MPROOT)/mp_msg.o $(MPROOT)/osdep/shmem.o \
$(MPROOT)/osdep/timer-*.o $(MPROOT)/osdep/strl.o \