summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-02-25 16:36:28 +0100
committersL1pKn072023-02-25 16:36:28 +0100
commitf89b521cc5bc371bf323c9ea6b2155f4ebf64a96 (patch)
tree6930e51285d6b085c32172580b0bdedd9ccdbe97
parent0a48d0c005eecc8ba65ae17b6f605aa4dbe51820 (diff)
downloadaur-openh264-git.tar.gz
bump
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..fce6edeefba2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
+!esee
diff --git a/PKGBUILD b/PKGBUILD
index 28c6023fba29..2b6c6e7129ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,7 @@ build() {
meson compile -C build
}
-_check() {
+check() {
( cd openh264/test/encoder_binary_comparison ; CFLAGS=-Werror ./run_PrepareAllTestData.sh 64 )
meson test -C build -v
cd openh264