From 98c8cf0f19d89b729825d6d37b924a84025ec07b Mon Sep 17 00:00:00 2001
From: tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>
Date: Wed, 4 Jan 2006 03:12:12 +0000
Subject: * AVI video output   - Uses motion jpeg codec by default   - Use
 cl_avidemo to set a framerate   - \video [filename] to start capture   -
 \stopvideo to stop capture   - Audio capture is a bit ropey

git-svn-id: svn://svn.icculus.org/quake3/trunk@454 edf5b092-35ff-0310-97b2-ce42778d08ea
---
 code/unix/Makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'code/unix')

diff --git a/code/unix/Makefile b/code/unix/Makefile
index cd78eba..cd0039d 100644
--- a/code/unix/Makefile
+++ b/code/unix/Makefile
@@ -684,6 +684,7 @@ Q3OBJ = \
   $(B)/client/cl_parse.o \
   $(B)/client/cl_scrn.o \
   $(B)/client/cl_ui.o \
+  $(B)/client/cl_avi.o \
   \
   $(B)/client/cm_load.o \
   $(B)/client/cm_patch.o \
@@ -908,6 +909,7 @@ $(B)/client/cl_net_chan.o : $(CDIR)/cl_net_chan.c; $(DO_CC)
 $(B)/client/cl_parse.o : $(CDIR)/cl_parse.c; $(DO_CC)
 $(B)/client/cl_scrn.o : $(CDIR)/cl_scrn.c; $(DO_CC)
 $(B)/client/cl_ui.o : $(CDIR)/cl_ui.c; $(DO_CC)
+$(B)/client/cl_avi.o : $(CDIR)/cl_avi.c; $(DO_CC)
 $(B)/client/snd_adpcm.o : $(CDIR)/snd_adpcm.c; $(DO_CC)
 $(B)/client/snd_dma.o : $(CDIR)/snd_dma.c; $(DO_CC)
 $(B)/client/snd_mem.o : $(CDIR)/snd_mem.c; $(DO_CC)
-- 
cgit v1.2.3