Package Details: mingw-w64-libvpx 1.15.0-1

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)

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)

please add -mstackrealign CFLAG when building for i686, actually libvpx is not usable on windows 32bit https://bugs.chromium.org/p/webm/issues/detail?id=1363

hipersayan_x commented on 2016-02-17 17:06 (UTC)

Sorry for the (very, very) long delay, i recently resumed the work with MinGW, and i did not received a response mail before. Btw, the reason is because when i try to use libvpx, directly or indirectly (ie. from FFmpeg), the program crash in Wine and Windows because it is not a valid DLL file.

kfg commented on 2015-02-26 06:48 (UTC)

Yes, i'm still maintaining the package. What's the reason for moving the version infront of the dll suffix?

hipersayan_x commented on 2015-02-25 23:50 (UTC)

Hi, are you still maintaining this package? Can you patch it to output the file libvpx.1.3.0.dll instead of libvpx.dll.1.3.0 and so on?

ant32 commented on 2013-12-09 05:26 (UTC)

Could you please add git to the makedepends array?

xantares commented on 2013-10-08 13:50 (UTC)

hi, dlls should be stripped with --strip-unneeded: ${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll x.

ant32 commented on 2013-07-07 14:22 (UTC)

Could you please bump the pkgrel up? Or shouldn't people update that all already have this installed?