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

« back to all changes in this revision

Viewing changes to gst-libs/gst/basecamerabinsrc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-19 14:32:43 UTC
  • mfrom: (18.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110719143243-p7pnkh45akfp0ihk
Tags: 0.10.22-2ubuntu1
* Rebased on debian unstable, remaining changes:
  - debian/gstreamer-plugins-bad.install
    * don't include dtmf, liveadder, rtpmux, autoconvert and shm, we include 
      them in -good

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_SOURCES = \
7
7
        gstcamerabin-enum.c \
 
8
        gstcamerabinpreview.c \
8
9
        gstbasecamerasrc.c
9
10
 
10
11
libgstbasecamerabinsrc_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/basecamerabinsrc
11
12
libgstbasecamerabinsrc_@GST_MAJORMINOR@include_HEADERS = \
12
13
        gstcamerabin-enum.h \
 
14
        gstcamerabinpreview.h \
13
15
        gstbasecamerasrc.h
14
16
 
15
17
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_CFLAGS = \
20
22
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_LIBADD = \
21
23
        $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la \
22
24
        $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) \
23
 
        $(GST_BASE_LIBS) $(GST_LIBS)
 
25
        -lgstapp-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(GST_LIBS)
24
26
 
25
27
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
26
28
 
 
29
Android.mk: Makefile.am
 
30
        androgenizer -:PROJECT libgstbasecamerabinsrc -:STATIC libgstbasecamerabinsrc-@GST_MAJORMINOR@ \
 
31
         -:TAGS eng debug \
 
32
         -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
 
33
         -:SOURCES $(libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_SOURCES) \
 
34
         -:CFLAGS $(DEFS) $(libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_CFLAGS) \
 
35
         -:LDFLAGS $(libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_LDFLAGS) \
 
36
                   $(libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_LIBADD) \
 
37
                   -ldl \
 
38
         -:LIBFILTER_STATIC gstphotography-@GST_MAJORMINOR@ \
 
39
         -:HEADER_TARGET gstreamer-@GST_MAJORMINOR@/gst/basecamerabinsrc \
 
40
         -:HEADERS $(libgstbasecamerabinsrcinclude_HEADERS) \
 
41
         -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
 
42
        > $@