git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2110 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-10-06 15:11:17 +00:00
parent 4035075ced
commit fa4e4f204c
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,11 @@ How to enable?
(after the #endif line) at libavcodec/utils.c:361 :
register_avcodec(&mpeg1video_encoder);
3. Compile mplayer
3. Compile mplayer:
run ./configure with the option:
--with-extraincdir=<your DVB source dir>/ost/include
make
make install
How to use?
~~~~~~~~~~~