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

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
博客园 - 叶小钗
爱范儿
爱范儿
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
T
Tailwind CSS Blog
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
人人都是产品经理
人人都是产品经理
小众软件
小众软件
博客园 - 【当耐特】
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell

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.