]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- disabled dav1d by default (AV1 decoding already supported via AOM)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Jul 2021 18:09:08 +0000 (20:09 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Jul 2021 18:09:08 +0000 (20:09 +0200)
ffmpeg.spec

index bbaeefbb09681c172aa687d671d3a165c4133142..38f331793cb9d7f08a974ac9f3c0fe336a9651c0 100644 (file)
@@ -23,7 +23,7 @@
 %bcond_without codec2          # codec2 support using libcodec2
 %bcond_without chromaprint     # audio fingerprinting with chromaprint
 %bcond_with    cudasdk         # NVIDIA CUDA code using nvcc from CUDA SDK [BR: cuda.h, non-free]
-%bcond_without dav1d           # AV1 decoding via libdav1d
+%bcond_with    dav1d           # AV1 decoding via libdav1d
 %bcond_without dc1394          # IIDC-1394 grabbing using libdc1394
 %bcond_with    decklink        # Blackmagic DeckLink I/O support (requires nonfree)
 %bcond_with    fdk_aac         # AAC de/encoding via libfdk_aac (requires nonfree)
This page took 0.035895 seconds and 4 git commands to generate.