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 \