~ubuntu-branches/ubuntu/saucy/gst-libav1.0/saucy-proposed

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/tests/fate/image.mak

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-07-30 09:00:15 UTC
  • mfrom: (1.1.16) (7.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20130730090015-sc1ou2yssu7q5w4e
Tags: 1.1.3-1
* New upstream development snapshot:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.1.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
FATE_TESTS += fate-dpx
 
1
FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, DPX) += fate-dpx
2
2
fate-dpx: CMD = framecrc -i $(SAMPLES)/dpx/lighthouse_rgb48.dpx
3
3
 
4
 
FATE_TESTS += fate-pictor
 
4
FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, PICTOR) += fate-pictor
5
5
fate-pictor: CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24
6
6
 
7
 
FATE_TESTS += fate-ptx
 
7
FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, PTX) += fate-ptx
8
8
fate-ptx: CMD = framecrc -i $(SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24
9
9
 
10
10
FATE_SUNRASTER += fate-sunraster-1bit-raw
16
16
FATE_SUNRASTER += fate-sunraster-8bit-raw
17
17
fate-sunraster-8bit-raw: CMD = framecrc -i $(SAMPLES)/sunraster/lena-8bit-raw.sun -pix_fmt rgb24
18
18
 
 
19
FATE_SUNRASTER += fate-sunraster-8bit_gray-raw
 
20
fate-sunraster-8bit_gray-raw: CMD = framecrc -i $(SAMPLES)/sunraster/gray.ras
 
21
 
19
22
FATE_SUNRASTER += fate-sunraster-8bit-rle
20
23
fate-sunraster-8bit-rle: CMD = framecrc -i $(SAMPLES)/sunraster/lena-8bit-rle.sun -pix_fmt rgb24
21
24
 
25
28
FATE_SUNRASTER += fate-sunraster-24bit-rle
26
29
fate-sunraster-24bit-rle: CMD = framecrc -i $(SAMPLES)/sunraster/lena-24bit-rle.sun
27
30
 
28
 
FATE_TESTS += $(FATE_SUNRASTER)
29
 
fate-sunraster: $(FATE_SUNRASTER)
 
31
FATE_SUNRASTER-$(call DEMDEC, IMAGE2, SUNRAST) += $(FATE_SUNRASTER)
 
32
 
 
33
FATE_SAMPLES_AVCONV += $(FATE_SUNRASTER-yes)
 
34
fate-sunraster: $(FATE_SUNRASTER-yes)
30
35
 
31
36
FATE_TARGA = CBW8       \
32
37
             CCM8       \
42
47
FATE_TARGA := $(FATE_TARGA:%=fate-targa-conformance-%)  \
43
48
              fate-targa-top-to-bottom
44
49
 
45
 
FATE_TESTS += $(FATE_TARGA)
46
 
fate-targa: $(FATE_TARGA)
 
50
FATE_TARGA-$(call DEMDEC, IMAGE2, TARGA) += $(FATE_TARGA)
 
51
 
 
52
FATE_SAMPLES_AVCONV += $(FATE_TARGA-yes)
 
53
fate-targa: $(FATE_TARGA-yes)
47
54
 
48
55
fate-targa-conformance-CBW8:  CMD = framecrc -i $(SAMPLES)/targa-conformance/CBW8.TGA
49
56
fate-targa-conformance-CCM8:  CMD = framecrc -i $(SAMPLES)/targa-conformance/CCM8.TGA  -pix_fmt rgba
64
71
FATE_TIFF += fate-tiff-fax-g3s
65
72
fate-tiff-fax-g3s: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31DS.TIF
66
73
 
67
 
FATE_TESTS += $(FATE_TIFF)
68
 
fate-tiff: $(FATE_TIFF)
 
74
FATE_TIFF-$(call DEMDEC, IMAGE2, TIFF) += $(FATE_TIFF)
 
75
 
 
76
FATE_SAMPLES_AVCONV += $(FATE_TIFF-yes)
 
77
fate-tiff: $(FATE_TIFF-yes)