summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2020-01-30 15:11:30 +0100
committerKarel Kočí <karel.koci@nic.cz>2020-01-30 15:11:30 +0100
commitee30d32cd67d3dc1c704d1ef4ceb1b38959e3c49 (patch)
treeb31b2b1b931875a9bfbcc16d38417356cec091c8
parent87dc77c6046e5b3b27197fa8cbe6fe142d599c2f (diff)
downloadalpine-personal-pkgs-ee30d32cd67d3dc1c704d1ef4ceb1b38959e3c49.tar.gz
alpine-personal-pkgs-ee30d32cd67d3dc1c704d1ef4ceb1b38959e3c49.tar.bz2
alpine-personal-pkgs-ee30d32cd67d3dc1c704d1ef4ceb1b38959e3c49.zip
ffmpeg-rpi: change path to includes
-rw-r--r--ffmpeg-rpi/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg-rpi/APKBUILD b/ffmpeg-rpi/APKBUILD
index 765cf49..1cdc921 100644
--- a/ffmpeg-rpi/APKBUILD
+++ b/ffmpeg-rpi/APKBUILD
@@ -86,7 +86,7 @@ build() {
--disable-vdpau \
--disable-libopus \
--enable-rpi \
- --extra-cflags="-I/opt/vc/include/IL -Wno-error" \
+ --extra-cflags="-I/opt/vc/include -Wno-error" \
--extra-ldflags="-L/opt/vc/lib" \
--extra-libs="-lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm" \
$_dbg