wok-next rev 19941
gst0-ffmpeg*: tiny patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 15 19:06:21 2017 +0200 (2017-10-15) |
parents | 4cc8c21ae0f0 |
children | 491cc55c667f |
files | gst0-ffmpeg-small/receipt gst0-ffmpeg/receipt |
line diff
1.1 --- a/gst0-ffmpeg-small/receipt Sun Oct 15 18:25:43 2017 +0200 1.2 +++ b/gst0-ffmpeg-small/receipt Sun Oct 15 19:06:21 2017 +0200 1.3 @@ -20,6 +20,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's/"g"/"rm"/' gst-libs/ext/libav/libavcodec/x86/h264_qpel_mmx.c 1.8 ./configure \ 1.9 --prefix=/usr \ 1.10 --disable-static \
2.1 --- a/gst0-ffmpeg/receipt Sun Oct 15 18:25:43 2017 +0200 2.2 +++ b/gst0-ffmpeg/receipt Sun Oct 15 19:06:21 2017 +0200 2.3 @@ -21,7 +21,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - cd $src 2.8 + sed -i 's/"g"/"rm"/' gst-libs/ext/libav/libavcodec/x86/h264_qpel_mmx.c 2.9 ./configure \ 2.10 --prefix=/usr \ 2.11 --disable-static \