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

« back to all changes in this revision

Viewing changes to gst/ivfparse/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:
12
12
 
13
13
noinst_HEADERS = gstivfparse.h
14
14
 
 
15
Android.mk: Makefile.am $(BUILT_SOURCES)
 
16
        androgenizer \
 
17
        -:PROJECT libgstivfparse -:SHARED libgstivfparse \
 
18
         -:TAGS eng debug \
 
19
         -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
 
20
         -:SOURCES $(libgstivfparse_la_SOURCES) \
 
21
         -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstivfparse_la_CFLAGS) \
 
22
         -:LDFLAGS $(libgstivfparse_la_LDFLAGS) \
 
23
                   $(libgstivfparse_la_LIBADD) \
 
24
                   -ldl \
 
25
         -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
 
26
                       LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
 
27
        > $@
 
 
b'\\ No newline at end of file'