From 08794f9cd4e8174cd8cff7b95a7d795c7a6e70ca Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 1 Jul 2004 09:47:14 +0000 Subject: Bandaid linking fix, somebody should do this properly some day. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12740 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/netstream/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile index 3bc75e1c50..6a269a6aaa 100644 --- a/TOOLS/netstream/Makefile +++ b/TOOLS/netstream/Makefile @@ -17,7 +17,9 @@ all: netstream netstream: $(MPROOT)/libmpdemux/libmpdemux.a netstream.o - $(CC) $(CFLAGS) netstream.o -o netstream $(MPROOT)/libmpdemux/libmpdemux.a $(MPROOT)/libmpdvdkit2/libmpdvdkit.a $(MPROOT)/libmpcodecs/native/minilzo.o $(MPROOT)/libvo/aclib.o $(MPROOT)/libmpcodecs/img_format.o $(MPROOT)/libao2/afmt.o $(MPROOT)/m_option.o $(MPROOT)/m_struct.o $(MPROOT)/subreader.o $(MPROOT)/mp_msg.o $(MPROOT)/osdep/shmem.o $(MPROOT)/osdep/timer-*.o $(VORBIS_LIB) $(CDPARANOIA_LIB) -lpthread -lsmbclient -lungif +# FIXME: linking is a mess that should be fixed properly some day +# it does not work with either GUI, live.com or libavformat enabled + $(CC) $(CFLAGS) netstream.o -o netstream $(MPROOT)/libmpdemux/libmpdemux.a $(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)/m_struct.o $(MPROOT)/subreader.o $(MPROOT)/mp_msg.o $(MPROOT)/osdep/shmem.o $(MPROOT)/osdep/timer-*.o $(MPROOT)/osdep/strl.o $(VORBIS_LIB) $(CDPARANOIA_LIB) $(Z_LIB) $(GIF_LIB) $(SMBSUPPORT_LIB) $(LIVE_LIBS) -lpthread $(COMMON_LIBS) -lm clean: rm -f *.o *.a *~ -- cgit v1.2.3