Mercurial > mplayer.hg
changeset 17763:72f3e5e8d2a1
Fix compilation command in comment.
author | diego |
---|---|
date | Tue, 07 Mar 2006 15:40:49 +0000 |
parents | 25b3d3258892 |
children | 3858a365c3a0 |
files | codec-cfg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/codec-cfg.c Tue Mar 07 15:39:01 2006 +0000 +++ b/codec-cfg.c Tue Mar 07 15:40:49 2006 +0000 @@ -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 */