Search Criteria
Package Details: mingw-w64-smpeg 1:0.4.5-3
Git Clone URL: | https://aur.archlinux.org/mingw-w64-smpeg.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-smpeg |
Description: | SDL MPEG Player Library (mingw-w64) |
Upstream URL: | http://icculus.org/smpeg |
Licenses: | |
Submitter: | Schala |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2013-05-28 19:35 |
Last Updated: | 2019-11-22 18:25 |
Dependencies (3)
- mingw-w64-sdl
- mingw-w64-configure (make)
- subversion (make)
Latest Comments
DarkShadow44 commented on 2019-11-21 20:07
The workaround is still needed. Mind updating?
ThePilot commented on 2016-08-24 21:25
This can't build with gcc 6 because of a couple of things being treated as errors. What worked for me was changing the line in build() inside the PKGBUILD from:
make LDFLAGS+="-lstdc++"
to
make LDFLAGS+="-lstdc++" CFLAGS+="-w -I/usr/${_arch}/include/SDL" CPPFLAGS+="-w -I/usr/${_arch}/include/SDL"