This commit is contained in:
Martchus 2018-11-14 00:09:18 +01:00
parent 2d7d5a4d34
commit 21c99d5768
2 changed files with 4 additions and 4 deletions

View File

@ -91,12 +91,11 @@ build() {
\
--enable-libfdk_aac \
--enable-omx-rpi \
--enable-mmal \
--disable-opencl \
--extra-cflags="-march=armv8-a+crc -mfpu=neon-fp-armv8 -mtune=cortex-a53" \
--enable-nonfree
make
#--enable-mmal \
make V=1
make tools/qt-faststart
make doc/ff{mpeg,play}.1

View File

@ -11,7 +11,8 @@ pkgdesc="Command line media player for the RaspberryPi"
arch=('armv6h' 'armv7h' 'aarch64')
url="https://github.com/popcornmix/omxplayer"
license=(GPL2)
depends=('ffmpeg' 'raspberrypi-firmware' 'fbset')
depends=('ffmpeg' 'fbset')
#depends=('ffmpeg' 'raspberrypi-firmware' 'fbset')
makedepends=('git' 'boost')
optdepends=('ttf-freefont')
provides=(omxplayer)