summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorboogie2023-01-30 10:42:19 +0100
committerboogie2023-01-30 10:42:19 +0100
commit0822b0db8819d02dfe36703db096b6b4c3ae05b6 (patch)
tree06e6d51a7dca62e2bb22491becd7fdb0977c05a9
parent4837da3395e945592cba7c795fa5bc17a8812a06 (diff)
downloadaur-0822b0db8819d02dfe36703db096b6b4c3ae05b6.tar.gz
enable debug
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48fd8448e4af..1f65d6202c18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -85,6 +85,9 @@ pkgbase = ffmpeg-mpp
provides = ffmpeg
conflicts = ffmpeg-mpp
conflicts = ffmpeg
+ options = !lto
+ options = debug
+ options = strip
source = git+https://git.ffmpeg.org/ffmpeg.git?#tag=1326fe9d4c85cca1ee774b072ef4fa337694f2e7
source = add-av_stream_get_first_dts-for-chromium.patch
source = rkmpp-5.patch
diff --git a/PKGBUILD b/PKGBUILD
index bff4ee47ffda..c8a1361b6a7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,7 @@ pkgdesc='Complete solution to record, convert and stream audio and video support
arch=(aarch64 arm7f)
url=https://ffmpeg.org/
license=(GPL3)
+options=(!lto debug strip)
depends=(
alsa-lib
bzip2