Package Details: libvpx1.3 1.3.0-4

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)

Sources (2)

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)

gcc is 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 called foo.c.S as GCC does, but clang saves them as foo.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. Use LTOFLAGS instead.

Riedler commented on 2025-11-27 12:49 (UTC)

doesn't build with -flto in CFLAGS/CXXFLAGS (unsure why that isn't filtered by '!lto'…) and extra doesn't build with clang. please blacklist those if possible

berton 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:

make[1]: *** No rule to make target 'vp8/encoder/vp8_asm_enc_offsets.c.S', needed by 'vp8_asm_enc_offsets.asm'.  Stop.