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

« back to all changes in this revision

Viewing changes to sys/osxvideo/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Tony Espy
  • Date: 2009-12-04 13:17:51 UTC
  • mfrom: (18.4.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204131751-hpo02yltrcsmy1xh
Tags: 0.10.17-1ubuntu1
* Merge from Debian testing (LP: #481645), remaining changes:
  - Removed plugins that are now provided -good
    - libgstdtmf.so
    - libgstvalve.so
    - libgstautoconvert.so
    - libgstrtpmux.so
    - libgstliveadder.so

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
plugin_LTLIBRARIES = libgstosxvideosrc.la
3
3
 
4
 
libgstosxvideosrc_la_SOURCES = osxvideoplugin.m osxvideosrc.c
 
4
libgstosxvideosrc_la_SOURCES = osxvideoplugin.c osxvideosrc.c
5
5
libgstosxvideosrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
6
6
        $(GST_PLUGINS_BASE_CFLAGS) -Wno-deprecated-declarations
7
7
libgstosxvideosrc_la_LIBADD =  \
13
13
libgstosxvideosrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) \
14
14
        -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime
15
15
 
16
 
AM_OBJCFLAGS=$(CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
17
 
 
18
16
noinst_HEADERS = osxvideosrc.h