~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/avfilter.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_LAVFI = fate-lavfi-crop                                            \
 
2
             fate-lavfi-crop_scale                                      \
 
3
             fate-lavfi-crop_scale_vflip                                \
 
4
             fate-lavfi-crop_vflip                                      \
 
5
             fate-lavfi-null                                            \
 
6
             fate-lavfi-pixdesc                                         \
 
7
             fate-lavfi-pixfmts_copy                                    \
 
8
             fate-lavfi-pixfmts_crop                                    \
 
9
             fate-lavfi-pixfmts_hflip                                   \
 
10
             fate-lavfi-pixfmts_null                                    \
 
11
             fate-lavfi-pixfmts_pad                                     \
 
12
             fate-lavfi-pixfmts_scale                                   \
 
13
             fate-lavfi-pixfmts_vflip                                   \
 
14
             fate-lavfi-scale200                                        \
 
15
             fate-lavfi-scale500                                        \
 
16
             fate-lavfi-vflip                                           \
 
17
             fate-lavfi-vflip_crop                                      \
 
18
             fate-lavfi-vflip_vflip                                     \
 
19
 
 
20
$(FATE_LAVFI): $(VREF) libavfilter/filtfmts-test$(EXESUF)
 
21
$(FATE_LAVFI): CMD = lavfitest
 
22
 
 
23
FATE_AVCONV += $(FATE_LAVFI)
 
24
fate-lavfi:    $(FATE_LAVFI)