changeset 2109:970fd94077f9

fix
author arpi
date Sat, 06 Oct 2001 15:11:17 +0000
parents 767dbc5b7daa
children ab7b6c1e0e1b
files DOCS/DVB
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/DVB	Sat Oct 06 14:50:17 2001 +0000
+++ b/DOCS/DVB	Sat Oct 06 15:11:17 2001 +0000
@@ -22,7 +22,11 @@
    (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?
 ~~~~~~~~~~~