~ubuntu-branches/ubuntu/feisty/gst-plugins-good0.10/feisty-security

« back to all changes in this revision

Viewing changes to tests/check/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-12-21 21:12:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061221211215-3uukkusokhe0nk4f
Tags: 0.10.5-0ubuntu1
* Sync with pkg-gstreamer SVN:
  + debian/rules:
    - Use Ubuntu as distribution name and point to the proper Launchpad URL
  + debian/patches/01_esdsink-priority.patch:
    - Mark the esdsink with rank primary-2 to get
      pulse > alsadmix > esd > alsa > oss

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
clean-local: clean-local-check
17
17
 
 
18
if USE_ANNODEX
 
19
check_annodex = \
 
20
        elements/cmmldec \
 
21
        elements/cmmlenc
 
22
else
 
23
check_annodex = 
 
24
endif
 
25
 
18
26
if USE_TAGLIB
19
27
check_taglib = \
20
28
        elements/id3v2mux \
24
32
endif
25
33
 
26
34
check_PROGRAMS = \
 
35
        $(check_annodex) \
 
36
        elements/audiopanorama \
27
37
        elements/avimux \
28
38
        elements/level \
29
39
        elements/matroskamux \
30
 
        elements/cmmldec \
31
 
        elements/cmmlenc \
32
40
        elements/icydemux \
33
41
        $(check_taglib)
34
42
    
35
43
TESTS = $(check_PROGRAMS)
36
44
 
37
45
# these tests don't even pass
38
 
noinst_PROGRAMS =
 
46
# autodetect: temporarily disabled because of broken videosinks in -bad
 
47
noinst_PROGRAMS = \
 
48
        elements/autodetect
39
49
 
40
50
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
41
51
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
45
55
 
46
56
SUPPRESSIONS = $(top_srcdir)/common/gst.supp
47
57
 
 
58
elements_audiopanorama_LDADD = \
 
59
        $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS) \
 
60
        $(LDADD)
 
61
 
 
62
elements_audiopanorama_CFLAGS = \
 
63
        $(GST_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS) \
 
64
        $(CFLAGS) $(AM_CFLAGS)
 
65
 
48
66
elements_cmmldec_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS)
49
67
elements_cmmlenc_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS)