0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Fix compilation command in comment.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17764 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-03-07 15:40:49 +00:00
parent 6650d595b0
commit 74baa96939

View File

@ -5,7 +5,7 @@
*
* to compile tester app: gcc -Iloader/ -DTESTING -o codec-cfg codec-cfg.c
* to compile CODECS2HTML:
* gcc -Iloader/ -DCODECS2HTML -o codecs2html codec-cfg.c mp_msg.o
* gcc -DCODECS2HTML -o codecs2html codec-cfg.c mp_msg.o
*
* TODO: implement informat in CODECS2HTML too
*/