From 8dceffbc6c0c85ab9da170383706099e7c416e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Jan 2020 23:50:30 +0100 Subject: ffmpeg-rpi: another shot in fixing it --- ffmpeg-rpi/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ffmpeg-rpi/APKBUILD') diff --git a/ffmpeg-rpi/APKBUILD b/ffmpeg-rpi/APKBUILD index 4ad0d11..266c359 100644 --- a/ffmpeg-rpi/APKBUILD +++ b/ffmpeg-rpi/APKBUILD @@ -37,7 +37,6 @@ makedepends=" raspberrypi-dev " srcver="4.0.4-Leia-18.4" -builddir="$srcdir/FFmpeg--$srcver" source="https://github.com/xbmc/FFmpeg/archive/$srcver.tar.gz ffmpeg-99.1001-Call-get_format-to-fix-an-issue-with-MMAL-ren.patch ffmpeg-99.1002-mpeg4video-Signal-unsupported-GMC-with-more-than-one.patch @@ -52,6 +51,11 @@ source="https://github.com/xbmc/FFmpeg/archive/$srcver.tar.gz # as aom is not available on them _aom=""; +unpack() { + default_unpack + mv "FFmpeg-$srcver" "$builddir" +} + build() { local _dbg="--disable-debug" [ -n "$DEBUG" ] && _dbg="--enable-debug" -- cgit v1.2.3