summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-28 01:03:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-28 01:03:52 +0000
commitc16d74654a34d314b4c97a11de09ea3fe0594fc4 (patch)
tree126b72cfac96d0a87330c6d5cdfcffd0b8846e8c /TOOLS
parent78020885a7bec0a871c0522bcb691cbfd7862333 (diff)
downloadmpv-c16d74654a34d314b4c97a11de09ea3fe0594fc4.tar.bz2
mpv-c16d74654a34d314b4c97a11de09ea3fe0594fc4.tar.xz
vivodump compiles now, so it can be added to OBJS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13786 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index 556c97e0d7..c0a25f403f 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -2,7 +2,8 @@ include ../config.mak
CFLAGS = -I..
-OBJS = alaw-gen asfinfo avi-fix bios2dump cpuinfo dump_mp4 mem2dump movinfo png2raw subrip fastmemcpybench
+OBJS = alaw-gen asfinfo avi-fix bios2dump cpuinfo dump_mp4 mem2dump movinfo \
+ png2raw subrip fastmemcpybench vivodump
all: $(OBJS)