From fa4e4f204c589c040e9024e1c22af7220e6a09c5 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 6 Oct 2001 15:11:17 +0000 Subject: [PATCH] fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2110 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/DVB | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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=/ost/include + make + make install How to use? ~~~~~~~~~~~