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.
Search Criteria
Package Details: mingw-w64-libvpx 1.7.0-1
Git Clone URL: | https://aur.archlinux.org/mingw-w64-libvpx.git (read-only) |
---|---|
Package Base: | mingw-w64-libvpx |
Description: | VP8 and VP9 codec (mingw-w64) |
Upstream URL: | http://www.webmproject.org/ |
Licenses: | |
Submitter: | kfg |
Maintainer: | kfg |
Last Packager: | kfg |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2013-06-16 20:03 |
Last Updated: | 2018-02-13 14:51 |
Dependencies (4)
- mingw-w64-crt (mingw-w64-crt-git, mingw-w64-crt-bin)
- git (git-git) (make)
- mingw-w64-gcc (mingw-w64-gcc-bin) (make)
- yasm (yasm-git) (make)
Required by (3)
Sources (2)
Latest Comments
drakkan commented on 2017-01-25 08:17
hipersayan_x commented on 2016-02-17 17:06
kfg commented on 2015-02-26 06:48
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
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
Could you please add git to the makedepends array?
xantares commented on 2013-10-08 13:50
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
Could you please bump the pkgrel up? Or shouldn't people update that all already have this installed?
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