diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-06 15:11:17 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-06 15:11:17 +0000 |
commit | fa4e4f204c589c040e9024e1c22af7220e6a09c5 (patch) | |
tree | c5eb6d038b0bb2e0bb5673fd649827a2f07d0228 /DOCS/DVB | |
parent | 4035075ced1cb812b3edbf44aa74dd94d882eeeb (diff) |
fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2110 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/DVB')
-rw-r--r-- | DOCS/DVB | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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? ~~~~~~~~~~~ |