Skip to content
Snippets Groups Projects
Commit 7ef60502 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Remove leftover variable.

Originally committed as revision 7523 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7507022d
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,6 @@ do_ffmpeg_crc() ...@@ -145,7 +145,6 @@ do_ffmpeg_crc()
do_ffmpeg_nocheck() do_ffmpeg_nocheck()
{ {
f="$1"
shift shift
echo $ffmpeg $FFMPEG_OPTS $* echo $ffmpeg $FFMPEG_OPTS $*
$ffmpeg $FFMPEG_OPTS -benchmark $* > $bench 2> /tmp/ffmpeg$$ $ffmpeg $FFMPEG_OPTS -benchmark $* > $bench 2> /tmp/ffmpeg$$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment