mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
configure: avoid bash-ism
This commit is contained in:
parent
197cec447e
commit
a53eff72d6
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ if test "x$with_system_ffmpeg" = "xyes"; then
|
|||
sleep 15
|
||||
else
|
||||
|
||||
source "$srcdir/ffmpegrev"
|
||||
. "$srcdir/ffmpegrev"
|
||||
|
||||
AC_MSG_NOTICE([Using ffmpeg revision $FFMPEG_REVISION])
|
||||
|
||||
|
|
Loading…
Reference in a new issue