summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072019-04-15 03:37:13 +0200
committersL1pKn072019-04-15 03:37:13 +0200
commit9eb2f1929e5ad702a275168a0207d604be998da6 (patch)
treef82d0f5c4c9ee78c0b70448a2ac9911bff626a56 /PKGBUILD
parent25d2f17a9a31a3a5d81ac126ed4d25c2df7ecb2d (diff)
downloadaur-9eb2f1929e5ad702a275168a0207d604be998da6.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32324b3c8ccc..e5da8f7d0dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ prepare(){
-i Inpaint.h
echo "all:
- g++ -c -std=gnu++11 -fPIC ${CXXFLAGS} ${CPPFLAGS} -I. $(pkg-config --cflags-only-I vapoursynth) $(pkg-config --cflags-only-I opencv4) -o Inpaint.o Inpaint.cpp
+ g++ -c -std=gnu++11 -fPIC ${CXXFLAGS} ${CPPFLAGS} -I. $(pkg-config --cflags vapoursynth) $(pkg-config --cflags opencv4) -o Inpaint.o Inpaint.cpp
g++ -shared -fPIC ${LDFLAGS} -o lib${_plug}.so Inpaint.o" > Makefile
}