Fix wrong compilation instructions.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15304 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-04-30 16:09:44 +00:00
parent 61d201ce60
commit a668ab39c0
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
* (C) 2001
*
* to compile tester app: gcc -Iloader/ -DTESTING -o codec-cfg codec-cfg.c
* to compile CODECS2HTML: gcc -Iloader/ -DCODECS2HTML -o codecs2html codecs-cfg.c
* to compile CODECS2HTML:
* gcc -Iloader/ -DCODECS2HTML -o codecs2html codec-cfg.c mp-msg.o
*
* TODO: implement informat in CODECS2HTML too
*/