Search Criteria
Package Details: libvpx1.3 1.3.0-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libvpx1.3.git (read-only, click to copy) |
|---|---|
| Package Base: | libvpx1.3 |
| Description: | VP8 and VP9 codec |
| Upstream URL: | http://www.webmproject.org/ |
| Licenses: | BSD |
| Provides: | libvpx.so |
| Submitter: | City-busz |
| Maintainer: | patlefort |
| Last Packager: | patlefort |
| Votes: | 13 |
| Popularity: | 2.03 |
| First Submitted: | 2025-10-28 10:53 (UTC) |
| Last Updated: | 2025-10-29 12:27 (UTC) |
Dependencies (3)
Required by (19)
- avidemux-core-git (requires libvpx.so)
- ffmpeg-ffplayout (requires libvpx.so)
- ffmpeg-headless (requires libvpx.so)
- ffmpeg-libfdk_aac (requires libvpx.so)
- ffmpeg-ndi (requires libvpx.so)
- ffmpeg-nvcodec-11-1-git (requires libvpx.so)
- ffmpeg-whisper (requires libvpx.so)
- ffmpeg2.8 (requires libvpx.so)
- ffmpeg6.1 (requires libvpx.so)
- ffmpeg7.1 (requires libvpx.so)
- floorp (requires libvpx.so)
- icecat (requires libvpx.so)
- iceweasel (requires libvpx.so)
- konform-browser (requires libvpx.so)
- konform-browser-bin (requires libvpx.so)
- librempeg-git (requires libvpx.so)
- steam-native-runtime
- thunderbird-globalmenu (requires libvpx.so)
- waterfox (requires libvpx.so)
Latest Comments
1 2 Next › Last »
rekman commented on 2026-01-22 00:23 (UTC)
If a particular compiler is required the PKGBUILD should enforce it. Explicit is better than implicit.
patlefort commented on 2026-01-21 19:42 (UTC)
gccis always expected to be the default. If you force something else, you are on your own.berton commented on 2026-01-21 19:16 (UTC)
@rekman huh. i did in fact have CC=clang in my dotfiles, unsetting it worked. maybe it's something that should be checked/set in the PKGBUILD since it breaks the build?
rekman commented on 2026-01-21 18:28 (UTC)
@berton do you have
CC=clang? The build expects generated assembly files to be calledfoo.c.Sas GCC does, but clang saves them asfoo.c.d. Unsetting CC fixed the build for me.Riedler commented on 2025-11-27 13:57 (UTC)
ah, thanks for the info
patlefort commented on 2025-11-27 12:56 (UTC)
You aren't supposed to use -flto in your
C(XX)FLAGS. UseLTOFLAGSinstead.Riedler commented on 2025-11-27 12:49 (UTC)
doesn't build with
-fltoin CFLAGS/CXXFLAGS (unsure why that isn't filtered by '!lto'…) and extra doesn't build with clang. please blacklist those if possibleberton commented on 2025-11-11 19:26 (UTC)
It built from the clean chroot so installed it on my host using the chroot-produced files (with makepkg -si), however I have no idea what was wrong...
patlefort commented on 2025-11-11 18:20 (UTC)
Try building in a clean container: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
berton commented on 2025-11-11 17:28 (UTC) (edited on 2025-11-11 17:28 (UTC) by berton)
I'm getting this error when building:
1 2 Next › Last »