Mercurial > mplayer.hg
changeset 22501:aeebba360f83
Fix comment about test application compilation.
author | diego |
---|---|
date | Mon, 12 Mar 2007 08:52:45 +0000 |
parents | e62a82413491 |
children | 1f18970a546d |
files | codec-cfg.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/codec-cfg.c Sun Mar 11 22:57:02 2007 +0000 +++ b/codec-cfg.c Mon Mar 12 08:52:45 2007 +0000 @@ -3,7 +3,8 @@ * by Szabolcs Berecz <szabi@inf.elte.hu> * (C) 2001 * - * to compile tester app: gcc -Iloader/ -DTESTING -o codec-cfg codec-cfg.c + * to compile test application: + * cc -I. -DTESTING -o codec-cfg-test codec-cfg.c mp_msg.o osdep/getch2.o -ltermcap * to compile CODECS2HTML: * gcc -DCODECS2HTML -o codecs2html codec-cfg.c mp_msg.o *