You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
'grep -q' is a GNU extension.
Originally committed as revision 9128 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -11,7 +11,7 @@ rm -f $logfile
|
||||
for i in $list ; do
|
||||
echo ---------------- >>$logfile
|
||||
echo $i >>$logfile
|
||||
echo $i | grep -vq 'b-libav[01][0-9][.]' &&
|
||||
echo $i | grep -v 'b-libav[01][0-9][.]' 2> /dev/null &&
|
||||
./seek_test $i >> $logfile
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user