summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-07-25 18:29:00 +0200
committerAndreas Enge <andreas@enge.fr>2015-07-25 18:29:00 +0200
commitc6c86cd7a50ba1f2801f5f74bf712ea2a3acadc2 (patch)
tree55b11c8dfc755010b3609327c2f26d737e14ec1f /gnu/packages/video.scm
parent9c55bae60734360095537351e4d4e3b65e059c79 (diff)
gnu: vlc: Update input Qt to version 5.
* gnu/packages/video.scm (vlc)[inputs]: Switch from Qt version 4 to 5.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 616301773c..6ebd7787e1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -563,7 +563,7 @@ audio/video codec library.")
("perl" ,perl)
("pulseaudio" ,pulseaudio)
("python" ,python-wrapper)
- ("qt" ,qt-4)
+ ("qt" ,qt)
("sdl" ,sdl)
("sdl-image" ,sdl-image)
("speex" ,speex)