[FFmpeg-devel] Patch for Reproducing Issue 7827

2019-04-03 Thread Peter Belkner
This patch does not improve or fix something instead it is meant for easily reproducing issue 7827 (as requested, cf. https://trac.ffmpeg.org/ticket/7827). I've to admit that I don't know how to produce a patch by "git format-patch" instead it was made by "git diff > muxing.patch". diff --git

Re: [FFmpeg-devel] Patch for Reproducing Issue 7827

2019-04-04 Thread Peter Belkner
On 04.04.2019 08:49, myp...@gmail.com wrote: On Thu, Apr 4, 2019 at 2:33 PM Peter Belkner wrote: This patch does not improve or fix something instead it is meant for easily reproducing issue 7827 (as requested, cf. https://trac.ffmpeg.org/ticket/7827). I've to admit that I don't k

[FFmpeg-devel] [PATCH] "configure" breaks on MSYS2 MINGW64

2015-09-12 Thread Peter Belkner
Hi, building current FFmpeg breaks on MSYS2 MINGW64 (http://sourceforge.net/projects/msys2/) with error "Unknown OS 'mingw64_nt-6.0'." from "configure". Probably "mingw64_nt-6.0" results from "uname -s" on MSYS2 MINGW64: $ uname -s MINGW64_NT-6.0 The attached patch seems to fix it. R

Re: [FFmpeg-devel] [PATCH] "configure" breaks on MSYS2 MINGW64

2015-09-12 Thread Peter Belkner
On 12.09.2015 11:15, Geek.Song wrote: diff -u --- ./a/ffmpeg/configure2015-09-11 19:20:03.0 +0200 +++ ./b/ffmpeg/configure2015-09-12 11:36:32.78060 +0200 @@ -3297,7 +3297,7 @@ exesuf() { case $1 in -mingw32*|win32|win64|cygwin*|*-dos|freedos|opendos|o