You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
fate: allow specifying relative path to config file in fate.sh
Originally committed as revision 24866 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -9,7 +9,7 @@ die(){
|
|||||||
|
|
||||||
test -r "$config" || die "usage: fate.sh <config>"
|
test -r "$config" || die "usage: fate.sh <config>"
|
||||||
|
|
||||||
workdir=$(dirname $config)
|
workdir=$(cd $(dirname $config) && pwd)
|
||||||
make=make
|
make=make
|
||||||
tar='tar c'
|
tar='tar c'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user