diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-27 15:34:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-27 15:42:55 +0200 |
commit | fcd08262fdbd5ee4cc0d25d32e331d3f049ad8c2 (patch) | |
tree | 139056d0ee0454662a437b89cab42872f9f46c0b /tests/fate/mapchan.mak | |
parent | 2fd5e70869ccbcdbaa5183d4d763dc6c739b3494 (diff) | |
download | ffmpeg-fcd08262fdbd5ee4cc0d25d32e331d3f049ad8c2.tar.gz |
tests and tools: cleanup ffmpeg reference
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/mapchan.mak')
-rw-r--r-- | tests/fate/mapchan.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/mapchan.mak b/tests/fate/mapchan.mak index 19c515c455..119f56613e 100644 --- a/tests/fate/mapchan.mak +++ b/tests/fate/mapchan.mak @@ -1,6 +1,6 @@ FATE_MAPCHAN += fate-mapchan-6ch-extract-2 fate-mapchan-6ch-extract-2: tests/data/asynth-22050-6.wav -fate-mapchan-6ch-extract-2: CMD = avconv -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.0 -f wav md5: -map_channel 0.0.1 -f wav md5: +fate-mapchan-6ch-extract-2: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.0 -f wav md5: -map_channel 0.0.1 -f wav md5: FATE_MAPCHAN += fate-mapchan-6ch-extract-2-downmix-mono fate-mapchan-6ch-extract-2-downmix-mono: tests/data/asynth-22050-6.wav |