~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to gst/mxf/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-12 09:51:24 UTC
  • mto: (18.3.2 experimental) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20090512095124-ugy051q0n88kk9f8
Tags: upstream-0.10.11.2
Import upstream version 0.10.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
libgstmxf_la_SOURCES = \
4
4
        mxf.c \
 
5
        mxful.c \
 
6
        mxftypes.c \
 
7
        mxfmetadata.c \
 
8
        mxfessence.c \
5
9
        mxfquark.c \
 
10
        mxfmux.c \
6
11
        mxfdemux.c \
7
 
        mxfparse.c \
8
12
        mxfaes-bwf.c \
9
13
        mxfmpeg.c \
10
14
        mxfdv-dif.c \
13
17
        mxfd10.c \
14
18
        mxfup.c \
15
19
        mxfvc3.c \
16
 
        mxfmetadata.c \
17
20
        mxfdms1.c
18
21
 
19
22
libgstmxf_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
20
23
libgstmxf_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
21
24
        -lgstvideo-@GST_MAJORMINOR@
22
25
libgstmxf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
26
libgstmxf_la_LIBTOOLFLAGS = --tag=disable-static
23
27
 
24
28
noinst_HEADERS = \
 
29
        mxful.h \
 
30
        mxftypes.h \
 
31
        mxfmetadata.h \
25
32
        mxfquark.h \
 
33
        mxfessence.h \
26
34
        mxfdemux.h \
27
 
        mxfparse.h \
 
35
        mxfmux.h \
28
36
        mxfaes-bwf.h \
29
37
        mxfmpeg.h \
30
38
        mxfdv-dif.h \
33
41
        mxfd10.h \
34
42
        mxfup.h \
35
43
        mxfvc3.h \
36
 
        mxftypes.h \
37
 
        mxfmetadata.h \
38
44
        mxfdms1.h
39
45