diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-01-30 12:44:46 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-01-30 12:44:46 +0100 |
commit | 87dc77c6046e5b3b27197fa8cbe6fe142d599c2f (patch) | |
tree | 586c64f9db572bc4b3ed7d47523c03c8be70f478 | |
parent | 3f3966108d17d09c8f0372264c22466b4c2ce4f1 (diff) | |
download | alpine-personal-pkgs-87dc77c6046e5b3b27197fa8cbe6fe142d599c2f.tar.gz alpine-personal-pkgs-87dc77c6046e5b3b27197fa8cbe6fe142d599c2f.tar.bz2 alpine-personal-pkgs-87dc77c6046e5b3b27197fa8cbe6fe142d599c2f.zip |
ffmpeg-rpi: try to ignore errors
-rw-r--r-- | ffmpeg-rpi/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ffmpeg-rpi/APKBUILD b/ffmpeg-rpi/APKBUILD index b705ace..765cf49 100644 --- a/ffmpeg-rpi/APKBUILD +++ b/ffmpeg-rpi/APKBUILD @@ -86,8 +86,7 @@ build() { --disable-vdpau \ --disable-libopus \ --enable-rpi \ - --enable-mmal\ - --extra-cflags="-I/opt/vc/include/IL" \ + --extra-cflags="-I/opt/vc/include/IL -Wno-error" \ --extra-ldflags="-L/opt/vc/lib" \ --extra-libs="-lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm" \ $_dbg |