vvdec must be a shared lib

This commit is contained in:
千住柱間 2024-07-26 14:03:17 -04:00
parent 617f386772
commit 6666fd839e
Signed by: hashirama
GPG key ID: 53E62470A86BC185

View file

@ -27,8 +27,11 @@
(base32 "0qr4sp3gq3pxpl7nr2dxd628jmdwv09f76pgsyc5rydz05ahymym"))))
(build-system cmake-build-system)
(arguments
(list #:cmake cmake
#:tests? #f ))
(list
#:configure-flags
#~(list "-DBUILD_SHARED_LIBS=1")
#:cmake cmake
#:tests? #f ))
(synopsis "VVdeC, the Fraunhofer Versatile Video Decoder.")
(description
"VVdeC, the Fraunhofer Versatile Video Decoder, is a fast software H.266/VVC decoder implementation supporting all features of the VVC Main10 profile.")