aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gst0-ffmpeg/gst0-ffmpeg.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2021-03-30 14:48:43 +0200
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:27:29 -0500
commit159dd2507ba56c7080463957ae0b105b93829423 (patch)
tree8316d5b0b41eb9826afadb77f275fc918b646b7a /multimedia/gst0-ffmpeg/gst0-ffmpeg.SlackBuild
parent6c0db6127edef25007050502482231672d46dbe8 (diff)
multimedia/gst0-ffmpeg: Patch for orc >= 0.4.30.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/gst0-ffmpeg/gst0-ffmpeg.SlackBuild')
-rw-r--r--multimedia/gst0-ffmpeg/gst0-ffmpeg.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/gst0-ffmpeg/gst0-ffmpeg.SlackBuild b/multimedia/gst0-ffmpeg/gst0-ffmpeg.SlackBuild
index bf58d16c6d4c0..eb150777245f8 100644
--- a/multimedia/gst0-ffmpeg/gst0-ffmpeg.SlackBuild
+++ b/multimedia/gst0-ffmpeg/gst0-ffmpeg.SlackBuild
@@ -71,6 +71,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+patch -p1 < $CWD/orc-0.4.30.patch
+
# Fix for gcc-4.7.x
sed -i -e 's/"g"/"rm"/' gst-libs/ext/libav/libavcodec/x86/h264_qpel_mmx.c