From b0da4903dd5092f4b646880ae88b639991132a59 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 28 Jun 2011 22:37:42 +0100 Subject: [PATCH] fate: enable lavfi-pixmt tests on big endian systems Signed-off-by: Mans Rullgard --- configure | 13 ------------- tests/ref/lavfi/{pixfmts_null_le => pixfmts_copy} | 0 tests/ref/lavfi/{pixfmts_crop_le => pixfmts_crop} | 0 tests/ref/lavfi/{pixfmts_hflip_le => pixfmts_hflip} | 0 tests/ref/lavfi/{pixfmts_copy_le => pixfmts_null} | 0 tests/ref/lavfi/{pixfmts_pad_le => pixfmts_pad} | 0 tests/ref/lavfi/{pixfmts_scale_le => pixfmts_scale} | 0 tests/ref/lavfi/{pixfmts_vflip_le => pixfmts_vflip} | 0 8 files changed, 13 deletions(-) rename tests/ref/lavfi/{pixfmts_null_le => pixfmts_copy} (100%) rename tests/ref/lavfi/{pixfmts_crop_le => pixfmts_crop} (100%) rename tests/ref/lavfi/{pixfmts_hflip_le => pixfmts_hflip} (100%) rename tests/ref/lavfi/{pixfmts_copy_le => pixfmts_null} (100%) rename tests/ref/lavfi/{pixfmts_pad_le => pixfmts_pad} (100%) rename tests/ref/lavfi/{pixfmts_scale_le => pixfmts_scale} (100%) rename tests/ref/lavfi/{pixfmts_vflip_le => pixfmts_vflip} (100%) diff --git a/configure b/configure index 0e978ba..f7112ea 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_null_le b/tests/ref/lavfi/pixfmts_copy similarity index 100% rename from tests/ref/lavfi/pixfmts_null_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_copy_le b/tests/ref/lavfi/pixfmts_null similarity index 100% rename from tests/ref/lavfi/pixfmts_copy_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 -- 2.7.4