guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: vlc: Add protobuf to inputs.


From: guix-commits
Subject: 03/03: gnu: vlc: Add protobuf to inputs.
Date: Thu, 3 Jan 2019 14:38:30 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit fc2982f754048491e160a3db08295d7bb9c9a8f6
Author: Mathieu Othacehe <address@hidden>
Date:   Wed Jan 2 19:30:23 2019 +0100

    gnu: vlc: Add protobuf to inputs.
    
    * gnu/packages/video.scm (vlc)[inputs]: Add protobuf.
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6cc8b77..2b2da43 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -118,6 +118,7 @@
   #:use-module (gnu packages perl)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages popt)
+  #:use-module (gnu packages protobuf)
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-crypto)
@@ -974,6 +975,7 @@ videoformats depend on the configuration flags of ffmpeg.")
        ("opus" ,opus)
        ("perl" ,perl)
        ("pulseaudio" ,pulseaudio)
+       ("protobuf" ,protobuf)
        ("python" ,python-wrapper)
        ("qtbase" ,qtbase)
        ("qtsvg" ,qtsvg)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]