Mercurial > mplayer.hg
comparison DOCS/DVB @ 1937:91fd2c70404b
small fixes
author | arpi |
---|---|
date | Sat, 22 Sep 2001 19:43:25 +0000 |
parents | f12f03796f04 |
children | 4c75134e70a5 |
comparison
equal
deleted
inserted
replaced
1936:f12f03796f04 | 1937:91fd2c70404b |
---|---|
1 | 1 |
2 Some words about Siemens-DVB card support. by A'rpi | 2 Some words about Siemens-DVB card support. by A'rpi |
3 ========================================== | 3 ========================================== |
4 | |
5 NOTE: this is very experimental! | |
4 | 6 |
5 Requirements: | 7 Requirements: |
6 ~~~~~~~~~~~~~ | 8 ~~~~~~~~~~~~~ |
7 - Siemens DVB-S card or compatible (technotrend,galaxis,hauppage etc) | 9 - Siemens DVB-S card or compatible (technotrend,galaxis,hauppage etc) |
8 see www.linuxtv.org for details and download latest driver there. | 10 see www.linuxtv.org for details and download latest driver there. |
13 How to enable/use? | 15 How to enable/use? |
14 ~~~~~~~~~~~~~~~~~~ | 16 ~~~~~~~~~~~~~~~~~~ |
15 1. Edit libvo/vo_mpegpes.c, and change first #undef HAVE_DVB to: | 17 1. Edit libvo/vo_mpegpes.c, and change first #undef HAVE_DVB to: |
16 #define HAVE_DVB | 18 #define HAVE_DVB |
17 2. Download ffmpeg-CVS and copy libavcodec to mplayer (see DOC for details) | 19 2. Download ffmpeg-CVS and copy libavcodec to mplayer (see DOC for details) |
18 Move this line out of CONFIG_ENCODERS section: | 20 Move this line out of CONFIG_ENCODERS section at libavcodec/utils.c:361 : |
19 register_avcodec(&mpeg1video_encoder); | 21 register_avcodec(&mpeg1video_encoder); |
20 | 22 |
21 3. Compile mplayer | 23 3. Compile mplayer |
22 | 24 |
23 To play standard mpeg 1/2 files: (hardware decoding) | 25 To play standard mpeg 1/2 files: (hardware decoding) |