~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to ext/theora/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-05-03 19:52:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070503195254-4dovmz251nut3yrt
Tags: 0.10.4+cvs20070502-1
* New CVS snapshot.
* debian/rules,
  debian/build-deps.in:
  + Update build dependencies.
* debian/gstreamer-plugins-bad-multiverse.install:
  + Add x264 plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
### FIXME: rename directory to theoraexp
 
2
 
1
3
plugin_LTLIBRARIES = libgsttheoraexp.la
2
4
 
3
5
noinst_HEADERS = theoradec.h
4
6
 
5
7
libgsttheoraexp_la_SOURCES = theoradec.c
6
 
libgsttheoraexp_la_CFLAGS = $(GST_CFLAGS) $(THEORADEC_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
7
 
libgsttheoraexp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
8
libgsttheoraexp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORADEC_CFLAGS)
8
9
libgsttheoraexp_la_LIBADD = \
9
 
        -lgsttag-@GST_MAJORMINOR@ \
 
10
        $(GST_PLUGINS_BASE_LIBS) \
 
11
        -lgsttag-$(GST_MAJORMINOR) \
10
12
        $(GST_LIBS) \
11
 
        $(THEORADEC_LIBS) \
12
 
        $(GST_PLUGINS_BASE_LIBS)
 
13
        $(THEORADEC_LIBS)
 
14
libgsttheoraexp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)