comparison TOOLS/netstream/Makefile @ 13470:d5f5ff34e1ed

-lpthread --> $(ARCH_LIB), helps linking on systems without pthread.
author diego
date Sun, 26 Sep 2004 09:54:46 +0000
parents 43a231d89ef0
children e00453f77625
comparison
equal deleted inserted replaced
13469:b91363d97bf7 13470:d5f5ff34e1ed
17 17
18 18
19 netstream: $(MPROOT)/libmpdemux/libmpdemux.a netstream.o 19 netstream: $(MPROOT)/libmpdemux/libmpdemux.a netstream.o
20 # FIXME: linking is a mess that should be fixed properly some day 20 # FIXME: linking is a mess that should be fixed properly some day
21 # it does not work with either GUI, live.com or libavformat enabled 21 # it does not work with either GUI, live.com or libavformat enabled
22 $(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 22 $(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) $(ARCH_LIB) $(COMMON_LIBS) -lm
23 23
24 clean: 24 clean:
25 rm -f *.o *.a *~ 25 rm -f *.o *.a *~
26 26
27 distclean: 27 distclean: