summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 02:20:02 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 02:20:02 +0000
commit48e4a565e078af0acf22897f4dd8f9f5c73c9f6a (patch)
treede19822383984a5b8c8351d1fdc30c36c366ed27 /Makefile
parentad738d10eb9ffe8a70b66d4cd59f213314a2dc02 (diff)
downloadmpv-48e4a565e078af0acf22897f4dd8f9f5c73c9f6a.tar.bz2
mpv-48e4a565e078af0acf22897f4dd8f9f5c73c9f6a.tar.xz
changed codec-cfg.c options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@609 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 922787d625..6e1ba8934b 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ $(PRG_TV): .depend tvision.o $(OBJS) $(COMMONLIBS)
$(CC) $(CFLAGS) -o $(PRG_TV) tvision.o $(OBJS) -lm $(TERMCAP_LIB) $(VO_LIBS)
$(PRG_CFG): .depend codec-cfg.c codec-cfg.h
- $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DTESTING
+ $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML
install: $(PRG)
install -g $(GROUP) -o $(OWNER) -m $(PERM) -s $(PRG) $(BINDIR)