You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Globally set LC_ALL=C to prevent locale issues from breaking tests.
Originally committed as revision 15511 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -7,6 +7,10 @@
|
|||||||
# Copyright (c) 2005-2006 Mans Rullgard
|
# Copyright (c) 2005-2006 Mans Rullgard
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Prevent locale nonsense from breaking basic text processing.
|
||||||
|
LC_ALL=C
|
||||||
|
export LC_ALL
|
||||||
|
|
||||||
# make sure we are running under a compatible shell
|
# make sure we are running under a compatible shell
|
||||||
# try to make this part work with most shells
|
# try to make this part work with most shells
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user