Mercurial > mplayer.hg
changeset 1937:91fd2c70404b
small fixes
author | arpi |
---|---|
date | Sat, 22 Sep 2001 19:43:25 +0000 |
parents | f12f03796f04 |
children | 912ae4b511f4 |
files | DOCS/DVB |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/DVB Sat Sep 22 19:33:26 2001 +0000 +++ b/DOCS/DVB Sat Sep 22 19:43:25 2001 +0000 @@ -2,6 +2,8 @@ Some words about Siemens-DVB card support. by A'rpi ========================================== +NOTE: this is very experimental! + Requirements: ~~~~~~~~~~~~~ - Siemens DVB-S card or compatible (technotrend,galaxis,hauppage etc) @@ -15,7 +17,7 @@ 1. Edit libvo/vo_mpegpes.c, and change first #undef HAVE_DVB to: #define HAVE_DVB 2. Download ffmpeg-CVS and copy libavcodec to mplayer (see DOC for details) - Move this line out of CONFIG_ENCODERS section: + Move this line out of CONFIG_ENCODERS section at libavcodec/utils.c:361 : register_avcodec(&mpeg1video_encoder); 3. Compile mplayer