mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00:00
Get netstream somewhat closer to linking.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22871 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
407c037cfb
commit
dbc4aa5427
@ -13,21 +13,17 @@ DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \
|
||||
$(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)
|
||||
|
Loading…
Reference in New Issue
Block a user