Skip to content

Commit

Permalink
fate: remove unnecessary libavfilter dependency
Browse files Browse the repository at this point in the history
avconv now requires libavfilter so this dependency is redundant.

Signed-off-by: Mans Rullgard <[email protected]>
  • Loading branch information
mansr committed May 19, 2012
1 parent 39885a4 commit 8ccc1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fate/video.mak
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ fate-frwu: CMD = framecrc -i $(SAMPLES)/frwu/frwu.avi
FATE_AVCONV += fate-id-cin-video
fate-id-cin-video: CMD = framecrc -i $(SAMPLES)/idcin/idlog-2MB.cin -pix_fmt rgb24

FATE_AVCONV-$(CONFIG_AVFILTER) += fate-idroq-video-encode
FATE_AVCONV += fate-idroq-video-encode
fate-idroq-video-encode: CMD = md5 -f image2 -vcodec pgmyuv -i $(SAMPLES)/ffmpeg-synthetic/vsynth1/%02d.pgm -sws_flags +bitexact -vf pad=512:512:80:112 -f RoQ -t 0.2

FATE_IFF += fate-iff-byterun1
Expand Down

0 comments on commit 8ccc1c5

Please sign in to comment.