summaryrefslogtreecommitdiffstats
path: root/TOOLS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/Makefile')
-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