From c38e260ff824af6f9aa83aefc4b20cfd000e12a1 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 1 Apr 2007 09:39:32 +0000 Subject: Move netstream.c out of its single-file subdirectory. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22873 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/netstream/Makefile | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 TOOLS/netstream/Makefile (limited to 'TOOLS/netstream/Makefile') diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile deleted file mode 100644 index 57f06a06af..0000000000 --- a/TOOLS/netstream/Makefile +++ /dev/null @@ -1,33 +0,0 @@ - -MPROOT=../.. - -include $(MPROOT)/config.mak - -CFLAGS = $(OPTFLAGS) -I$(MPROOT) - -all: netstream - -# FIXME: linking is a mess that should be fixed properly some day -# it does not work with either GUI, LIVE555, libavformat, cdparanoia enabled -DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \ - $(MPROOT)/stream/stream.a \ - $(MPROOT)/dvdread/libdvdread.a \ - $(MPROOT)/libdvdcss/libdvdcss.a \ - $(MPROOT)/libavutil/libavutil.a \ - $(MPROOT)/m_option.o \ - $(MPROOT)/m_struct.o \ - $(MPROOT)/mp_msg.o \ - $(MPROOT)/osdep/libosdep.a \ - -ltermcap -lm \ - -ifeq ($(TARGET_WIN32),yes) -DEPS += -lwsock32 -endif - -netstream: $(DEPS) - $(CC) -o $@ netstream.o $^ - -clean: - rm -f *.o *.a *~ - -.PHONY: all clean -- cgit v1.2.3