# HG changeset patch # User arpi # Date 1001187805 0 # Node ID 91fd2c70404bc405581e14286433518b0c5773b5 # Parent f12f03796f04857d81df080de6878ebdc7ea7ec3 small fixes diff -r f12f03796f04 -r 91fd2c70404b DOCS/DVB --- 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