vvdec must be a shared lib
parent
617f386772
commit
6666fd839e
|
@ -27,8 +27,11 @@
|
||||||
(base32 "0qr4sp3gq3pxpl7nr2dxd628jmdwv09f76pgsyc5rydz05ahymym"))))
|
(base32 "0qr4sp3gq3pxpl7nr2dxd628jmdwv09f76pgsyc5rydz05ahymym"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:cmake cmake
|
(list
|
||||||
#:tests? #f ))
|
#:configure-flags
|
||||||
|
#~(list "-DBUILD_SHARED_LIBS=1")
|
||||||
|
#:cmake cmake
|
||||||
|
#:tests? #f ))
|
||||||
(synopsis "VVdeC, the Fraunhofer Versatile Video Decoder.")
|
(synopsis "VVdeC, the Fraunhofer Versatile Video Decoder.")
|
||||||
(description
|
(description
|
||||||
"VVdeC, the Fraunhofer Versatile Video Decoder, is a fast software H.266/VVC decoder implementation supporting all features of the VVC Main10 profile.")
|
"VVdeC, the Fraunhofer Versatile Video Decoder, is a fast software H.266/VVC decoder implementation supporting all features of the VVC Main10 profile.")
|
||||||
|
|
Loading…
Reference in New Issue