diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-06-09 14:21:56 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-06-18 14:55:28 +0200 |
commit | 894682a9739eb8d4bfc024b0d4e5757fcfe47378 (patch) | |
tree | 90ef81afc38381df7e8c54bd7e5d4c34b1b364e7 /tests/lavf-regression.sh | |
parent | f2ce63246f5c934429f9cb857a794e07624d7912 (diff) | |
download | ffmpeg-894682a9739eb8d4bfc024b0d4e5757fcfe47378.tar.gz |
Remove avserver.
It has not been properly maintained for years and there is little hope
of that changing in the future.
It appears simpler to write a new replacement from scratch than
unbreaking it.
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-x | tests/lavf-regression.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index e2edee264b..3c18b2f051 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -78,10 +78,6 @@ if [ -n "$do_swf" ] ; then do_lavf swf "" "-an" fi -if [ -n "$do_ffm" ] ; then -do_lavf ffm "" "-ar 44100" -fi - if [ -n "$do_flv_fmt" ] ; then do_lavf flv "" "-an" fi |