summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-06 15:11:17 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-06 15:11:17 +0000
commitfa4e4f204c589c040e9024e1c22af7220e6a09c5 (patch)
treec5eb6d038b0bb2e0bb5673fd649827a2f07d0228
parent4035075ced1cb812b3edbf44aa74dd94d882eeeb (diff)
downloadmpv-fa4e4f204c589c040e9024e1c22af7220e6a09c5.tar.bz2
mpv-fa4e4f204c589c040e9024e1c22af7220e6a09c5.tar.xz
fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2110 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/DVB6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/DVB b/DOCS/DVB
index dcf04818ea..4bc54fd182 100644
--- a/DOCS/DVB
+++ b/DOCS/DVB
@@ -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?
~~~~~~~~~~~