mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
466 B
14 lines
466 B
12 years ago
|
FATE_GIF += fate-gif-color
|
||
|
fate-gif-color: CMD = framecrc -i $(SAMPLES)/gif/tc217.gif -pix_fmt bgra
|
||
|
|
||
|
FATE_GIF += fate-gif-disposal-restore
|
||
|
fate-gif-disposal-restore: CMD = framecrc -i $(SAMPLES)/gif/banner2.gif -pix_fmt bgra
|
||
|
|
||
|
FATE_GIF += fate-gif-gray
|
||
|
fate-gif-gray: CMD = framecrc -i $(SAMPLES)/gif/Newtons_cradle_animation_book_2.gif -pix_fmt bgra
|
||
|
|
||
|
FATE_GIF-$(call DEMDEC, GIF, GIF) += $(FATE_GIF)
|
||
|
|
||
|
FATE_SAMPLES_AVCONV += $(FATE_GIF-yes)
|
||
|
fate-gif: $(FATE_GIF-yes)
|