gnu: mplayer: Remove input labels.
* gnu/packages/video.scm (mplayer)[inputs]: Remove input labels.
This commit is contained in:
parent
51bf90c72e
commit
c89173cf46
1 changed files with 31 additions and 31 deletions
|
@ -2113,37 +2113,37 @@ streaming protocols.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config yasm))
|
(list pkg-config yasm))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
(list alsa-lib
|
||||||
("cdparanoia" ,cdparanoia)
|
cdparanoia
|
||||||
("ffmpeg" ,ffmpeg-4)
|
ffmpeg-4
|
||||||
("fontconfig" ,fontconfig)
|
fontconfig
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("giflib" ,giflib)
|
giflib
|
||||||
("lame" ,lame)
|
lame
|
||||||
("libass" ,libass)
|
libass
|
||||||
("libdvdcss" ,libdvdcss)
|
libdvdcss
|
||||||
("libdvdnav" ,libdvdnav) ; ignored without libdvdread
|
libdvdnav ; ignored without libdvdread
|
||||||
("libdvdread" ,libdvdread) ; ignored without libdvdnav
|
libdvdread ; ignored without libdvdnav
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libmpeg2" ,libmpeg2)
|
libmpeg2
|
||||||
("libmpg123" ,mpg123) ; audio codec for MP3
|
mpg123 ; audio codec for MP3
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("libtheora" ,libtheora)
|
libtheora
|
||||||
("libvdpau" ,libvdpau)
|
libvdpau
|
||||||
("libvorbis" ,libvorbis)
|
libvorbis
|
||||||
("libx11" ,libx11)
|
libx11
|
||||||
("libx264" ,libx264)
|
libx264
|
||||||
("libxinerama" ,libxinerama)
|
libxinerama
|
||||||
("libxv" ,libxv)
|
libxv
|
||||||
("libxxf86dga" ,libxxf86dga)
|
libxxf86dga
|
||||||
("mesa" ,mesa)
|
mesa
|
||||||
("opus" ,opus)
|
opus
|
||||||
("perl" ,perl)
|
perl
|
||||||
("pulseaudio" ,pulseaudio)
|
pulseaudio
|
||||||
("python" ,python-wrapper)
|
python-wrapper
|
||||||
("sdl" ,sdl)
|
sdl
|
||||||
("speex" ,speex)
|
speex
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test target
|
`(#:tests? #f ; no test target
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Reference in a new issue