summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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?
~~~~~~~~~~~