diff options
author | Andreas Cadhalpun | 2015-08-22 15:34:28 +0200 |
---|---|---|
committer | Andreas Cadhalpun | 2015-08-30 23:31:10 +0200 |
commit | c64060d56a049feb4537a50db6aa31307264f893 (patch) | |
tree | be70343870cc1f667e723b32e337fb9418aac5da /tests/Makefile | |
parent | c34363acd21c4431a59db41f08dbae637097773a (diff) |
fate: add -fflags +bitexact to the relevant targets
This fixes fate with FF_API_LAVF_BITEXACT disabled.
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 06ed0112f3..4791ade689 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -48,7 +48,7 @@ tests/data/ffprobe-test.nut: ffmpeg$(EXESUF) tests/test_copy.ffmeta $(M)$(TARGET_EXEC) $(TARGET_PATH)/$< \ -f lavfi -i "aevalsrc=sin(400*PI*2*t):d=0.125[out0]; testsrc=d=0.125[out1]; testsrc=s=100x100:d=0.125[out2]" \ -f ffmetadata -i $(TARGET_PATH)/tests/test_copy.ffmeta \ - -flags +bitexact -map 0:0 -map 0:1 -map 0:2 -map_metadata 1 \ + -flags +bitexact -fflags +bitexact -map 0:0 -map 0:1 -map 0:2 -map_metadata 1 \ -map_metadata:s:0 1:s:0 -map_metadata:s:1 1:s:1 \ -vcodec rawvideo -acodec pcm_s16le \ -y $(TARGET_PATH)/$@ 2>/dev/null |