惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
G
Google Developers Blog
J
Java Code Geeks
B
Blog
C
Check Point Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
I
InfoQ
A
About on SuperTechFans
WordPress大学
WordPress大学
F
Fortinet All Blogs
S
SegmentFault 最新的问题
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence
月光博客
月光博客
Y
Y Combinator Blog
Jina AI
Jina AI
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - davinci-ffmpeg-encoder-plugin
2026-06-01 · via AUR Newest Packages

Latest Comments

edvin commented on 2026-05-05 16:44 (UTC)

@apex-a This is fixed in version 1.3.2-1, and the plugin can now be compiled with the recently released GCC 16.

apex-a commented on 2026-05-05 09:41 (UTC) (edited on 2026-05-05 09:46 (UTC) by apex-a)

Latest build failed for 1.3.1-1

/usr/include/libavutil/common.h:30:2: error: #error missing -D__STDC_CONSTANT_MACROS / #define __STDC_CONSTANT_MACROS
   30 | #error missing -D__STDC_CONSTANT_MACROS / #define __STDC_CONSTANT_MACROS
      |  ^~~~~
make[2]: *** [CMakeFiles/ffmpeg_encoder_plugin.dir/build.make:79: CMakeFiles/ffmpeg_encoder_plugin.dir/av1_encoder.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:109: CMakeFiles/ffmpeg_encoder_plugin.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

kikibase commented on 2025-12-04 14:01 (UTC)

edvin commented on 2025-12-03 20:43 (UTC)

@kikibase Thank you for your feedback. I have now switched to "cmake --build".

kikibase commented on 2025-12-03 01:51 (UTC) (edited on 2025-12-03 01:55 (UTC) by kikibase)

Hey, can there be a change to the build function please.

build() {
       cd "$srcdir/ffmpeg_encoder_plugin-$pkgver"
       cmake -DCMAKE_BUILD_TYPE=Release .
       cmake --build .
}

using "cmake --build" will allow other build systems to work as some people may have different ones, such as mine that uses Ninja.