summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-09 16:42:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-09 16:42:18 +0000
commite74dfd1bd1fa2d713e166807d651b9d131064e80 (patch)
tree96f490db83319f41cc4d012c6d882f1dfdf0bd02 /TOOLS
parentad908d519893b7c8dc39e77e53f2539d2a444cfd (diff)
downloadmpv-e74dfd1bd1fa2d713e166807d651b9d131064e80.tar.bz2
mpv-e74dfd1bd1fa2d713e166807d651b9d131064e80.tar.xz
Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26366 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 0921316b1c..8f39b3fac3 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -21,7 +21,7 @@ all: $(OBJS)
subrip$(EXESUF): subrip.c
$(CC) $(CFLAGS) -o $@ $< ../vobsub.o ../spudec.o \
../unrar_exec.o ../libswscale/libswscale.a ../libavutil/libavutil.a \
- ../libmpcodecs/img_format.o $(COMMON_LIBS)
+ $(COMMON_LIBS)
#FIXME: Linking is broken, help welcome.
vivodump$(EXESUF): vivodump.c