# HG changeset patch # User Pascal Bellard # Date 1508087181 -7200 # Node ID 5af737a221b4a86f24f39bd1694c23b84f0059bb # Parent 4cc8c21ae0f0fa0af40db7b866c44f5fb83c3269 gst0-ffmpeg*: tiny patch diff -r 4cc8c21ae0f0 -r 5af737a221b4 gst0-ffmpeg-small/receipt --- a/gst0-ffmpeg-small/receipt Sun Oct 15 18:25:43 2017 +0200 +++ b/gst0-ffmpeg-small/receipt Sun Oct 15 19:06:21 2017 +0200 @@ -20,6 +20,7 @@ # Rules to configure and make the package. compile_rules() { + sed -i 's/"g"/"rm"/' gst-libs/ext/libav/libavcodec/x86/h264_qpel_mmx.c ./configure \ --prefix=/usr \ --disable-static \ diff -r 4cc8c21ae0f0 -r 5af737a221b4 gst0-ffmpeg/receipt --- a/gst0-ffmpeg/receipt Sun Oct 15 18:25:43 2017 +0200 +++ b/gst0-ffmpeg/receipt Sun Oct 15 19:06:21 2017 +0200 @@ -21,7 +21,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + sed -i 's/"g"/"rm"/' gst-libs/ext/libav/libavcodec/x86/h264_qpel_mmx.c ./configure \ --prefix=/usr \ --disable-static \