diff options
author | Nicolas Graves <[email protected]> | 2025-01-08 07:11:41 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:47 +0100 |
commit | b8d37c3eeaa11d3f6dcc100db02b4fdb39a4ab0e (patch) | |
tree | 264085fd821275ea9534bec3d57e0df6e09346e4 | |
parent | bf8f5c21512af667e6cf6f7b309771859f080584 (diff) |
gnu: libdc1394: Replace v4l-utils by v4l-utils-minimal.
* gnu/packages/gstreamer.scm (libdc1394)[inputs]: Replace v4l-utils by
v4l-utils-minimal.
Signed-off-by: Liliana Marie Prikler <[email protected]>
-rw-r--r-- | gnu/packages/gstreamer.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 8a53f21ce9..21da1af2fa 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -160,7 +160,7 @@ and for middleware components.") libxv mesa sdl - v4l-utils)) + v4l-utils-minimal)) (synopsis "1394-Based Digital Camera Control Library") (description "LibDC1394 is a library that provides functionality to control any camera that conforms to the 1394-Based Digital Camera Specification written |