summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-12-25 22:22:37 +0100
committersl1pkn072015-12-25 22:22:37 +0100
commit50d95bed47b63adff1e102ed20ed80b558b71940 (patch)
tree886836642017c49a7b53b6a2582fb927578fc583
parent8c271c9e12099800cac23f7c609f91c6edf78d61 (diff)
downloadaur-50d95bed47b63adff1e102ed20ed80b558b71940.tar.gz
add CPPFLAGS
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e2fa2118351..dc437bac24d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Dec 25 21:22:14 UTC 2015
pkgbase = vapoursynth-plugin-lsmashsource-git
pkgdesc = Plugin for Vapoursynth: lsmashsource (GIT version)
- pkgver = r822.3492099
+ pkgver = r834.51771ab
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=167435
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 6bb40ebcd025..e74a7eca902a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=lsmashsource
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r822.3492099
+pkgver=r834.51771ab
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@ prepare() {
build() {
cd "${_plug}/VapourSynth"
./configure --prefix=/usr \
- --extra-cflags="${CFLAGS} $(pkg-config --cflags vapoursynth)" \
+ --extra-cflags="${CFLAGS} ${CPPFLAGS} $(pkg-config --cflags vapoursynth)" \
--extra-ldflags="${LDFLAGS}"
make
}