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

« back to all changes in this revision

Viewing changes to gst/dtmf/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:
11
11
                 gstdtmfdetect.h \
12
12
                 gstrtpdtmfsrc.h \
13
13
                 gstrtpdtmfdepay.h \
14
 
                 gstrtpdtmfcommon.h \
 
14
                 gstdtmfcommon.h \
15
15
                 tone_detect.h
16
16
 
17
17
libgstdtmf_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
21
21
libgstdtmf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
22
22
libgstdtmf_la_LIBTOOLFLAGS = --tag=disable-static
23
23
 
 
24
Android.mk: Makefile.am $(BUILT_SOURCES)
 
25
        androgenizer \
 
26
        -:PROJECT libgstdtmf -:SHARED libgstdtmf \
 
27
         -:TAGS eng debug \
 
28
         -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
 
29
         -:SOURCES $(libgstdtmf_la_SOURCES) \
 
30
         -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstdtmf_la_CFLAGS) \
 
31
         -:LDFLAGS $(libgstdtmf_la_LDFLAGS) \
 
32
                   $(libgstdtmf_la_LIBADD) \
 
33
                   -ldl \
 
34
         -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
 
35
                       LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
 
36
        > $@
 
 
b'\\ No newline at end of file'