summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-19 17:17:49 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-19 17:17:49 +0000
commit7c1bb9143e8ebb1d55589b9c4dc839fee764a55b (patch)
treedf7f11dc2590871194a885afa723022a22a587ef /configure
parent48c281629ab0cae5afc94d2890bd8373caf975da (diff)
Fix lavfi pixdesc test
This test verifies the pixdesc code by comparing the output with and without a filter which should have no effect on the image. Since the available pixel formats depend on the byte order of the machine, a simple reference checksum is not possible. The test originally tried to solve this by generating a reference file on the fly. The problem with this is that the test framework expects the reference file in the source tree, and writing to the source tree is not allowed. To avoid complicating the test framework, we instead provide two reference files and select which to use based on the byte order. Originally committed as revision 24330 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 58cc566c67..f92b582ed7 100755
--- a/configure
+++ b/configure
@@ -1483,6 +1483,8 @@ test_deps _muxer _demuxer \
yuv4mpegpipe=yuv4mpeg \
mpg_test_deps="mpeg1system_muxer mpegps_demuxer"
+pixdesc_be_test_deps="bigendian"
+pixdesc_le_test_deps="!bigendian"
# default parameters