Search Criteria
Package Details: mingw-w64-libvpx 1.15.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-libvpx.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-libvpx |
Description: | VP8 and VP9 codec (mingw-w64) |
Upstream URL: | http://www.webmproject.org/ |
Licenses: | custom:BSD |
Submitter: | kfg |
Maintainer: | kfg |
Last Packager: | kfg |
Votes: | 5 |
Popularity: | 0.000006 |
First Submitted: | 2013-06-16 20:03 (UTC) |
Last Updated: | 2024-12-22 14:39 (UTC) |
Dependencies (4)
- mingw-w64-crt (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- git (git-gitAUR, git-glAUR) (make)
- mingw-w64-gcc (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR) (make)
- yasm (yasm-gitAUR) (make)
Required by (3)
- mingw-w64-ffmpeg
- mingw-w64-gst-plugins-good (make)
- mingw-w64-gst-plugins-good (optional)
Latest Comments
« First ‹ Previous 1 2
drakkan commented on 2018-05-15 09:48 (UTC) (edited on 2018-05-15 09:55 (UTC) by drakkan)
it does not compile anymore, here is the error
[CC] vpx_dsp/x86/sad4d_avx512.c.o
/tmp/ccUqO3mr.s: Assembler messages:
/tmp/ccUqO3mr.s:19: Error: invalid register for .seh_savexmm
make[1]: *** [Makefile:157: vpx_dsp/x86/sad4d_avx512.c.o] Error 1
make: *** [Makefile:17: .DEFAULT] Error 2
the problem is solved adding
EXTRA_CFLAGS="-fno-asynchronous-unwind-tables"
for x86_64, probably should be reported upstream
drakkan commented on 2017-01-25 08:17 (UTC)
hipersayan_x commented on 2016-02-17 17:06 (UTC)
kfg commented on 2015-02-26 06:48 (UTC)
hipersayan_x commented on 2015-02-25 23:50 (UTC)
ant32 commented on 2013-12-09 05:26 (UTC)
xantares commented on 2013-10-08 13:50 (UTC)
ant32 commented on 2013-07-07 14:22 (UTC)
« First ‹ Previous 1 2