summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 19:43:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 19:43:36 +0000
commit9cf25c26ad7b2ca7cc91f9dd932b6da448ef0ce1 (patch)
tree84331c5609da2b29f18cdc2dffdc2445a107e16c /TOOLS
parentd6e22603ef9ff096ad4ee580611d959195cd1878 (diff)
downloadmpv-9cf25c26ad7b2ca7cc91f9dd932b6da448ef0ce1.tar.bz2
mpv-9cf25c26ad7b2ca7cc91f9dd932b6da448ef0ce1.tar.xz
unrarlib.o no longer exists, link against unrar_exec.o.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25569 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index b4cd5f855c..e2d3a2cd35 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -18,7 +18,7 @@ all: $(OBJS)
subrip$(EXESUF): subrip.c
$(CC) $(CFLAGS) -o $@ $< ../vobsub.o ../spudec.o \
- ../unrarlib.o ../libswscale/libswscale.a ../libavutil/libavutil.a \
+ ../unrar_exec.o ../libswscale/libswscale.a ../libavutil/libavutil.a \
../libmpcodecs/img_format.o $(COMMON_LIBS)
#FIXME: Linking is broken, help welcome.