gst-libav: unbreak musl build.

This commit is contained in:
Juan RP 2015-06-21 10:12:11 +02:00
parent fff682773b
commit adb7a0d7df

View file

@ -1,7 +1,7 @@
# Template file for 'gst-libav'
pkgname=gst-libav
version=1:1.4.5
revision=2
revision=3
lib32disabled=yes
wrksrc="${pkgname}-${version#*:}"
build_style=gnu-configure
@ -15,3 +15,6 @@ license="GPL-2"
homepage="http://gstreamer.freedesktop.org"
distfiles="${homepage}/src/${pkgname}/${pkgname}-${version#*:}.tar.xz"
checksum=605c62624604f3bb5c870844cc1f2711779cc533b004c2aa1d8c0d58557afbbc
# Required by musl for M_SQRT1_2
CFLAGS="-D_XOPEN_SOURCE"