mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 02:52:10 +00:00
fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2110 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4035075ced
commit
fa4e4f204c
6
DOCS/DVB
6
DOCS/DVB
@ -22,7 +22,11 @@ How to enable?
|
|||||||
(after the #endif line) at libavcodec/utils.c:361 :
|
(after the #endif line) at libavcodec/utils.c:361 :
|
||||||
register_avcodec(&mpeg1video_encoder);
|
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?
|
How to use?
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user