From 74baa9693923726f3730dd2cf6dc0c2af5f17fec Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 7 Mar 2006 15:40:49 +0000 Subject: Fix compilation command in comment. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17764 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec-cfg.c b/codec-cfg.c index c3f87ae836..7fc45e5ba7 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -5,7 +5,7 @@ * * to compile tester app: gcc -Iloader/ -DTESTING -o codec-cfg codec-cfg.c * to compile CODECS2HTML: - * gcc -Iloader/ -DCODECS2HTML -o codecs2html codec-cfg.c mp_msg.o + * gcc -DCODECS2HTML -o codecs2html codec-cfg.c mp_msg.o * * TODO: implement informat in CODECS2HTML too */ -- cgit v1.2.3