summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TOOLS/Makefile4
-rw-r--r--TOOLS/subrip.c1
2 files changed, 2 insertions, 3 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index ad5f29b92f..c28919b0cc 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -27,8 +27,8 @@ png2raw: png2raw.c
subrip: subrip.c
$(CC) $(CFLAGS) -g -o $@ $< ../vobsub.o ../spudec.o ../mp_msg.o \
- ../unrarlib.o ../libswscale/swscale.o ../libswscale/rgb2rgb.o \
- ../libswscale/yuv2rgb.o ../libmpcodecs/img_format.o -lm
+ ../unrarlib.o ../libswscale/libswscale.a ../libavutil/libavutil.a \
+ ../libmpcodecs/img_format.o ../osdep/getch2.o -ltermcap -lm
vivodump: vivodump.c
$(CC) $(CFLAGS) -o $@ $< ../mp_msg.o ../libmpdemux/libmpdemux.a ../stream/stream.a
diff --git a/TOOLS/subrip.c b/TOOLS/subrip.c
index fe29652976..f05e6181ba 100644
--- a/TOOLS/subrip.c
+++ b/TOOLS/subrip.c
@@ -74,7 +74,6 @@ typedef struct {
int use_gui;
int gtkMessageBox;
-int verbose=1;
int identify=0;
int vobsub_id=0;
int sub_pos=0;