Package Details: mingw-w64-openh264 2.4.1-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-openh264.git (read-only, click to copy)
Package Base: mingw-w64-openh264
Description: OpenH264 is a codec library which supports H.264 encoding and decoding (mingw-w64)
Upstream URL: http://www.openh264.org/
Licenses: BSD
Submitter: drakkan
Maintainer: drakkan
Last Packager: drakkan
Votes: 0
Popularity: 0.000000
First Submitted: 2017-01-11 17:58 (UTC)
Last Updated: 2024-02-19 12:11 (UTC)

Latest Comments

xantares commented on 2019-12-04 21:34 (UTC)

ok, I made a new mingw-w64-make package to deal with this

drakkan commented on 2019-12-03 09:29 (UTC)

@xantares, the PKGBUILD already use CC,CXX,AR from mingw-w64-env.

The unset is needed to avoid duplicate *FLAGS, we are inside a for and so for the second arch the flags are appended to the first ones. They are equals and this should not cause issues but I prefer to avoid duplication, maybe a second argument in mingw-env to clear flags and/or to avoid to append to the existing ones could be useful, thanks

xantares commented on 2019-12-03 09:21 (UTC)

CC, CXX, and AR, LD are now set by mingw-w64-environment, so you can even drop the unset commands

drakkan commented on 2019-05-24 20:32 (UTC)

Hi,

libopenh264.dll is linked against libgcc_s_seh-1.dll and libstdc++6.dll, so it depends on gcc

xantares commented on 2019-05-24 18:14 (UTC)

hello,

mingw-w64-gcc is a makedepends, not a dependency, see:

https://wiki.archlinux.org/index.php/MinGW_package_guidelines

it should look like this:

makedepends=('mingw-w64-gcc'')

depends=('mingw-w64-crt')