summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-18 15:06:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-18 15:06:54 +0000
commit56d17cef0213a9c7a7f15d031b77116349c4a480 (patch)
tree7430bdeb84594c496f489afba480ec8b22f1f9d9 /TOOLS
parent3a859ffe2bd144012fc6ae94afb8563d80d40236 (diff)
downloadmpv-56d17cef0213a9c7a7f15d031b77116349c4a480.tar.bz2
mpv-56d17cef0213a9c7a7f15d031b77116349c4a480.tar.xz
Remove internal minilzo, external liblzo can be used instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22259 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile
index 31cefca74b..ccf91a371f 100644
--- a/TOOLS/netstream/Makefile
+++ b/TOOLS/netstream/Makefile
@@ -21,7 +21,6 @@ all: netstream
DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \
$(MPROOT)/stream/stream.a \
$(MPROOT)/dvdread/libdvdread.a \
- $(MPROOT)/libmpcodecs/native/minilzo.o \
$(MPROOT)/libvo/aclib.o \
$(MPROOT)/libmpcodecs/img_format.o \
$(MPROOT)/liba52/liba52.a \