summaryrefslogtreecommitdiff
path: root/tests/fate/ffprobe.mak
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-22 09:23:13 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-09-22 09:34:56 +0200
commitab4ee9fd5ed8a875f1e0e5509cccb4bff79dcc6a (patch)
tree1c85fc8d714d6e4f9a42452514df5df3161b544e /tests/fate/ffprobe.mak
parent42047c3e865b82f53df0cc43836bc4962de6db6b (diff)
tests: update fate-ffprobe test to make use of -bitexact flag
Should fix tests with --enable-small.
Diffstat (limited to 'tests/fate/ffprobe.mak')
-rw-r--r--tests/fate/ffprobe.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/ffprobe.mak b/tests/fate/ffprobe.mak
index 734c24bc83..cf20185960 100644
--- a/tests/fate/ffprobe.mak
+++ b/tests/fate/ffprobe.mak
@@ -1,5 +1,5 @@
FFPROBE_TEST_FILE=tests/data/ffprobe-test.nut
-FFPROBE_COMMAND=ffprobe$(EXESUF) -show_streams -show_packets -show_format -show_frames $(FFPROBE_TEST_FILE)
+FFPROBE_COMMAND=ffprobe$(EXESUF) -show_streams -show_packets -show_format -show_frames -bitexact $(FFPROBE_TEST_FILE)
FATE_FFPROBE += fate-ffprobe_compact
fate-ffprobe_compact: $(FFPROBE_TEST_FILE)