~ubuntu-branches/ubuntu/natty/gst-entrans/natty

« back to all changes in this revision

Viewing changes to gst/y4m/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2010-09-13 19:49:29 UTC
  • Revision ID: james.westby@ubuntu.com-20100913194929-qz90a14xyxln9yfz
Tags: upstream-0.10.2
ImportĀ upstreamĀ versionĀ 0.10.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# plugindir is set in configure
 
2
 
 
3
# change libgstplugin.la to something more suitable
 
4
plugin_LTLIBRARIES = libgstyuv4mpeg.la
 
5
 
 
6
# sources used to compile this plug-in
 
7
libgstyuv4mpeg_la_SOURCES = \
 
8
        gstyuv4mpeg.c gstyuv4mpeg.h \
 
9
        gstproctrans.c gstproctrans.h \
 
10
        gstmultiproctrans.c gstmultiproctrans.h \
 
11
        gstprocpipe.c \
 
12
        gstmultiprocpipe.c \
 
13
        gsty4mtrans.c \
 
14
        gsty4mparse.c \
 
15
        gstmp2enc.c
 
16
 
 
17
# flags used to compile this plugin
 
18
# add other _CFLAGS and _LIBS as needed
 
19
libgstyuv4mpeg_la_CFLAGS = \
 
20
        $(GSTPB_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS)
 
21
libgstyuv4mpeg_la_LIBADD = \
 
22
        $(GSTPB_BASE_LIBS) $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS) $(GST_LIBS) \
 
23
        -lgstvideo-@GST_MAJORMINOR@ -lgstcontroller-@GST_MAJORMINOR@
 
24
libgstyuv4mpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)