comparison codec-cfg.c @ 15303:3d03e3a75a2e

Fix wrong compilation instructions.
author diego
date Sat, 30 Apr 2005 16:09:44 +0000
parents 36247dd04782
children 646f05c1f204
comparison
equal deleted inserted replaced
15302:f08785bb7656 15303:3d03e3a75a2e
2 * codec.conf parser 2 * codec.conf parser
3 * by Szabolcs Berecz <szabi@inf.elte.hu> 3 * by Szabolcs Berecz <szabi@inf.elte.hu>
4 * (C) 2001 4 * (C) 2001
5 * 5 *
6 * to compile tester app: gcc -Iloader/ -DTESTING -o codec-cfg codec-cfg.c 6 * to compile tester app: gcc -Iloader/ -DTESTING -o codec-cfg codec-cfg.c
7 * to compile CODECS2HTML: gcc -Iloader/ -DCODECS2HTML -o codecs2html codecs-cfg.c 7 * to compile CODECS2HTML:
8 * gcc -Iloader/ -DCODECS2HTML -o codecs2html codec-cfg.c mp-msg.o
8 * 9 *
9 * TODO: implement informat in CODECS2HTML too 10 * TODO: implement informat in CODECS2HTML too
10 */ 11 */
11 12
12 #define DEBUG 13 #define DEBUG