From: Jacek Konieczny Date: Thu, 10 Jan 2013 11:28:38 +0000 (+0100) Subject: format string patch added X-Git-Tag: auto/th/gstreamer0.10-ffmpeg-0.10.13-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Fgstreamer0.10-ffmpeg.git;a=commitdiff_plain;h=4744a193b697bff728371a9ccd96c60bc28bc18e format string patch added --- diff --git a/gst-ffmpeg-format_string.patch b/gst-ffmpeg-format_string.patch new file mode 100644 index 0000000..6525b68 --- /dev/null +++ b/gst-ffmpeg-format_string.patch @@ -0,0 +1,20 @@ +--- gst-ffmpeg-0.10.13/gst-libs/ext/libav/libavcodec/srtdec.c.orig 2013-01-10 11:03:35.000000000 +0100 ++++ gst-ffmpeg-0.10.13/gst-libs/ext/libav/libavcodec/srtdec.c 2013-01-10 11:04:47.000000000 +0100 +@@ -110,7 +110,7 @@ + for (j=sptr-2; j>=0; j--) + if (stack[j].param[i][0]) { + out += snprintf(out, out_end-out, +- stack[j].param[i]); ++ "%s", stack[j].param[i]); + break; + } + } else { +@@ -146,7 +146,7 @@ + for (i=0; i= 2.60 BuildRequires: automake >= 1:1.10 @@ -69,6 +70,7 @@ najpopularniejsze formaty multimedialne. %prep %setup -q -n %{gstname}-%{version} +%patch0 -p1 %build %{__libtoolize}