Fix comment about test application compilation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22519 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-12 08:52:45 +00:00
parent 5e4968b011
commit 01ac2eb9a9
1 changed files with 2 additions and 1 deletions

View File

@ -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
*