diff --git a/configure b/configure index 0e978ba5ff..f7112ea22c 100755 --- a/configure +++ b/configure @@ -1511,11 +1511,6 @@ test_deps(){ done } -set_ne_test_deps(){ - eval ${1}_be_test_deps="bigendian" - eval ${1}_le_test_deps="!bigendian" -} - test_deps _encoder _decoder \ adpcm_g726=g726 \ adpcm_ima_qt \ @@ -1592,14 +1587,6 @@ test_deps _muxer _demuxer \ ac3_fixed_test_deps="ac3_fixed_encoder ac3_decoder rm_muxer rm_demuxer" mpg_test_deps="mpeg1system_muxer mpegps_demuxer" -set_ne_test_deps pixfmts_copy -set_ne_test_deps pixfmts_crop -set_ne_test_deps pixfmts_hflip -set_ne_test_deps pixfmts_null -set_ne_test_deps pixfmts_pad -set_ne_test_deps pixfmts_scale -set_ne_test_deps pixfmts_vflip - # default parameters logfile="config.log" diff --git a/tests/ref/lavfi/pixfmts_copy_le b/tests/ref/lavfi/pixfmts_copy similarity index 100% rename from tests/ref/lavfi/pixfmts_copy_le rename to tests/ref/lavfi/pixfmts_copy diff --git a/tests/ref/lavfi/pixfmts_crop_le b/tests/ref/lavfi/pixfmts_crop similarity index 100% rename from tests/ref/lavfi/pixfmts_crop_le rename to tests/ref/lavfi/pixfmts_crop diff --git a/tests/ref/lavfi/pixfmts_hflip_le b/tests/ref/lavfi/pixfmts_hflip similarity index 100% rename from tests/ref/lavfi/pixfmts_hflip_le rename to tests/ref/lavfi/pixfmts_hflip diff --git a/tests/ref/lavfi/pixfmts_null_le b/tests/ref/lavfi/pixfmts_null similarity index 100% rename from tests/ref/lavfi/pixfmts_null_le rename to tests/ref/lavfi/pixfmts_null diff --git a/tests/ref/lavfi/pixfmts_pad_le b/tests/ref/lavfi/pixfmts_pad similarity index 100% rename from tests/ref/lavfi/pixfmts_pad_le rename to tests/ref/lavfi/pixfmts_pad diff --git a/tests/ref/lavfi/pixfmts_scale_le b/tests/ref/lavfi/pixfmts_scale similarity index 100% rename from tests/ref/lavfi/pixfmts_scale_le rename to tests/ref/lavfi/pixfmts_scale diff --git a/tests/ref/lavfi/pixfmts_vflip_le b/tests/ref/lavfi/pixfmts_vflip similarity index 100% rename from tests/ref/lavfi/pixfmts_vflip_le rename to tests/ref/lavfi/pixfmts_vflip