diff options
Diffstat (limited to 'ffmpeg/APKBUILD')
-rw-r--r-- | ffmpeg/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ffmpeg/APKBUILD b/ffmpeg/APKBUILD index 1d545ec..442a50f 100644 --- a/ffmpeg/APKBUILD +++ b/ffmpeg/APKBUILD @@ -110,8 +110,7 @@ build() { [ -n "$DEBUG" ] && _dbg="--enable-debug" case "$CARCH" in - x86) _arch_opts="--disable-asm" ;; - arm*) _arch_opts="--enable-omx --enable-omx-rpi --enable-mmal" ;; + x86) _asm="--disable-asm" ;; esac ./configure \ @@ -141,7 +140,7 @@ build() { --enable-vaapi \ --enable-vdpau \ --enable-libopus \ - $_arch_opts $_aom $_dbg + $_asm $_aom $_dbg make ${CC:-gcc} -o tools/qt-faststart $CFLAGS tools/qt-faststart.c make doc/ffmpeg.1 doc/ffplay.1 |