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

« back to all changes in this revision

Viewing changes to gst/mve/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
plugin_LTLIBRARIES = libgstmve.la
 
2
 
 
3
libgstmve_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
 
4
libgstmve_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
 
5
libgstmve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
6
 
 
7
libgstmve_la_SOURCES = \
 
8
        gstmve.c \
 
9
        gstmvemux.c \
 
10
        gstmvedemux.c \
 
11
        mveaudiodec.c \
 
12
        mvevideodec8.c \
 
13
        mvevideodec16.c \
 
14
        mveaudioenc.c \
 
15
        mvevideoenc8.c \
 
16
        mvevideoenc16.c
 
17
 
 
18
noinst_HEADERS = gstmvedemux.h gstmvemux.h mve.h
 
19
 
 
20
EXTRA_DIST = TODO