~oah-dev/oah/gst-plugins-bad

« back to all changes in this revision

Viewing changes to ext/divx/Makefile.am

  • Committer: Haakon Sporsheim
  • Date: 2009-03-12 13:52:03 UTC
  • Revision ID: haakon.sporsheim@tandberg.com-20090312135203-i5k294hgkushb0mt
Initial import of git repository: git://anongit.freedesktop.org/gstreamer/gst-plugins-bad (tag: RELEASE-0_10_10)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin_LTLIBRARIES = libgstdivxdec.la libgstdivxenc.la
 
2
 
 
3
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(DIVX_CFLAGS)
 
4
 
 
5
libgstdivxenc_la_SOURCES = gstdivxenc.c
 
6
libgstdivxenc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(DIVXENC_LIBS)
 
7
libgstdivxenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
8
libgstdivxenc_la_LIBTOOLFLAGS = --tag=disable-static
 
9
 
 
10
libgstdivxdec_la_SOURCES = gstdivxdec.c
 
11
libgstdivxdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(DIVXDEC_LIBS)
 
12
libgstdivxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
13
libgstdivxdec_la_LIBTOOLFLAGS = --tag=disable-static
 
14
 
 
15
noinst_HEADERS = gstdivxenc.h gstdivxdec.h