[FFmpeg-cvslog] fate: enable lavfi-pixmt tests on big endian systems
Mans Rullgard
git at videolan.org
Wed Jun 29 05:26:36 CEST 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Tue Jun 28 22:37:42 2011 +0100| [b0da4903dd5092f4b646880ae88b639991132a59] | committer: Mans Rullgard
fate: enable lavfi-pixmt tests on big endian systems
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0da4903dd5092f4b646880ae88b639991132a59
---
configure | 13 -------------
tests/ref/lavfi/{pixfmts_copy_le => pixfmts_copy} | 0
tests/ref/lavfi/{pixfmts_crop_le => pixfmts_crop} | 0
.../ref/lavfi/{pixfmts_hflip_le => pixfmts_hflip} | 0
tests/ref/lavfi/{pixfmts_null_le => pixfmts_null} | 0
tests/ref/lavfi/{pixfmts_pad_le => pixfmts_pad} | 0
.../ref/lavfi/{pixfmts_scale_le => pixfmts_scale} | 0
.../ref/lavfi/{pixfmts_vflip_le => pixfmts_vflip} | 0
8 files changed, 0 insertions(+), 13 deletions(-)
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_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
More information about the ffmpeg-cvslog
mailing list