# HG changeset patch # User diego # Date 1173689565 0 # Node ID aeebba360f83877cec310d68378c9fa2cdac6705 # Parent e62a82413491875946959d66cbebce225d97619c Fix comment about test application compilation. diff -r e62a82413491 -r aeebba360f83 codec-cfg.c --- 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 * (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 *