From 2283e4520b92b7ae0d1c2b20c38d5a9b0b4d4389 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 23 Jan 2020 19:50:20 +0000 Subject: [PATCH] extra/ffmpeg to 4.2.2-2 --- extra/ffmpeg/PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD index 826767f40..4532d8beb 100644 --- a/extra/ffmpeg/PKGBUILD +++ b/extra/ffmpeg/PKGBUILD @@ -12,7 +12,7 @@ pkgname=ffmpeg pkgver=4.2.2 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video' arch=(x86_64) @@ -104,8 +104,6 @@ build() { [[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && CONFIG='--host-cflags="-fPIC"' - export PKG_CONFIG_PATH=/opt/intel/mediasdk/lib/pkgconfig - ./configure \ --prefix=/usr \ --disable-debug \