On Fri, Feb 12, 2016 at 7:27 AM, Timothy Gu wrote:
> -e 's/[^A-Za-z0-9]\{1\,\}/_/g' \
I don't think the comma is supposed to be escaped.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Thu, Feb 11, 2016 at 10:27:47PM -0800, Timothy Gu wrote:
> I apparently used a GNU extension in the !{} syntax. Remove that rule
> and the cause of it.
> ---
> cmdutils.h | 4 ++--
> tests/fate/source-check.sh | 1 -
> 2 files changed, 2 insertions(+), 3 deletions(-)
on freebsd
I apparently used a GNU extension in the !{} syntax. Remove that rule
and the cause of it.
---
cmdutils.h | 4 ++--
tests/fate/source-check.sh | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/cmdutils.h b/cmdutils.h
index 7f3db2a..83ea4ad 100644
--- a/cmdutils.