~ubuntu-branches/ubuntu/utopic/gst-plugins-bad1.0/utopic

« back to all changes in this revision

Viewing changes to sys/androidmedia/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2013-10-13 00:30:29 UTC
  • Revision ID: package-import@ubuntu.com-20131013003029-e948f02g1aq3go50
Tags: 1.2.0-3ubuntu3
* Refreshing adding-mirsink-and-android-media-over-hybris-support.patch:
  - Adding support for software rendering
  - Better input/out buffer handling
* debian/build-deps.in:
  - Bumping dep version requirement for libmedia

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        -lgstaudio-@GST_API_VERSION@ \
31
31
        -lgstpbutils-@GST_API_VERSION@ \
32
32
        -lgstvideo-@GST_API_VERSION@ \
 
33
        -lmedia \
33
34
        $(GST_BASE_LIBS) \
34
35
        $(GST_LIBS) \
35
36
        $(ORC_LIBS) \
36
 
        -lmedia \
37
 
        -lubuntu_application_api \
38
37
        $(top_builddir)/gst-libs/gst/mir/libgstmiralloc-@GST_API_VERSION@.la
39
38
libgstandroidmedia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
40
39
libgstandroidmedia_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)