mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: mplayer: Fix dvdnav support.
* gnu/packages/video.scm (mplayer)[inputs]: Add libdvdread.
This commit is contained in:
parent
8480bdd32e
commit
e46aacacdf
1 changed files with 2 additions and 1 deletions
|
@ -1288,7 +1288,8 @@ (define-public mplayer
|
|||
("lame" ,lame)
|
||||
("libass" ,libass)
|
||||
("libdvdcss" ,libdvdcss)
|
||||
("libdvdnav" ,libdvdnav)
|
||||
("libdvdnav" ,libdvdnav) ; ignored without libdvdread
|
||||
("libdvdread" ,libdvdread) ; ignored without libdvdnav
|
||||
("libjpeg" ,libjpeg)
|
||||
("libmpeg2" ,libmpeg2)
|
||||
("libmpg123" ,mpg123) ; audio codec for MP3
|
||||
|
|
Loading…
Reference in a new issue