summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-20 01:35:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-20 01:35:53 +0000
commitf9e283e09119948096c9a47b92bed076aa997e96 (patch)
tree2279626e3d1983fb7d7d55558301d774b7e28d7e /TOOLS
parent6219ac67cbd5f6abde5f868684685775d71b70fb (diff)
downloadmpv-f9e283e09119948096c9a47b92bed076aa997e96.tar.bz2
mpv-f9e283e09119948096c9a47b92bed076aa997e96.tar.xz
Add missing $(EXESUF).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22763 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index 097a4e30a7..c9e1ac36b2 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -22,16 +22,16 @@ endif
all: $(OBJS)
-png2raw: png2raw.c
+png2raw$(EXESUF): png2raw.c
$(CC) $< -o $@ -lpng
-subrip: subrip.c
+subrip$(EXESUF): subrip.c
$(CC) $(CFLAGS) -g -o $@ $< ../vobsub.o ../spudec.o ../mp_msg.o \
../unrarlib.o ../libswscale/libswscale.a ../libavutil/libavutil.a \
../libmpcodecs/img_format.o ../osdep/getch2.o -ltermcap -lm
#FIXME: Linking is broken, help welcome.
-vivodump: vivodump.c
+vivodump$(EXESUF): vivodump.c
$(CC) $(CFLAGS) -o $@ $< ../mp_msg.o ../libmpdemux/libmpdemux.a \
../stream/stream.a ../osdep/getch2.o -ltermcap -lm