Date: Tuesday, April 5, 2022 @ 10:37:03 Author: heftig Revision: 441567
5.0-6: debug on Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-05 08:37:48 UTC (rev 441566) +++ PKGBUILD 2022-04-05 10:37:03 UTC (rev 441567) @@ -6,7 +6,7 @@ pkgname=ffmpeg pkgver=5.0 -pkgrel=5 +pkgrel=6 epoch=2 pkgdesc='Complete solution to record, convert and stream audio and video' arch=(x86_64) @@ -95,6 +95,9 @@ libswscale.so ) _tag=390d6853d0ef408007feb39c0040682c81c02751 +options=( + debug +) source=( git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag} ffmpeg-vmaf2.x.patch
