diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-24 02:20:02 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-24 02:20:02 +0000 |
commit | 48e4a565e078af0acf22897f4dd8f9f5c73c9f6a (patch) | |
tree | de19822383984a5b8c8351d1fdc30c36c366ed27 /Makefile | |
parent | ad738d10eb9ffe8a70b66d4cd59f213314a2dc02 (diff) | |
download | mpv-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |