Mercurial > mplayer.hg
changeset 22853:aaaedf34d589
Get netstream somewhat closer to linking.
author | diego |
---|---|
date | Sun, 01 Apr 2007 09:24:30 +0000 |
parents | d7f4da5e9ee4 |
children | 404750261cfc |
files | TOOLS/netstream/Makefile |
diffstat | 1 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/netstream/Makefile Sun Apr 01 03:03:05 2007 +0000 +++ b/TOOLS/netstream/Makefile Sun Apr 01 09:24:30 2007 +0000 @@ -13,21 +13,17 @@ $(MPROOT)/stream/stream.a \ $(MPROOT)/dvdread/libdvdread.a \ $(MPROOT)/libdvdcss/libdvdcss.a \ - $(MPROOT)/libvo/aclib.o \ - $(MPROOT)/libmpcodecs/img_format.o \ + $(MPROOT)/libavutil/libavutil.a \ $(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/strlcpy.o \ - $(MPROOT)/osdep/getch2.o \ + $(MPROOT)/osdep/libosdep.a \ -ltermcap -lm \ ifeq ($(TARGET_WIN32),yes) -DEPS += $(MPROOT)/osdep/glob-win.o -lwsock32 +DEPS += -lwsock32 endif netstream: $(DEPS)