mirror of https://github.com/mpv-player/mpv
Fix wrong compilation instructions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15304 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
61d201ce60
commit
a668ab39c0
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue