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

« back to all changes in this revision

Viewing changes to sys/dshowdecwrapper/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 = libgstdshowdecwrapper.la
 
2
 
 
3
libgstdshowdecwrapper_la_SOURCES = gstdshowaudiodec.cpp gstdshowdecwrapper.cpp \
 
4
                                                                   gstdshowvideodec.cpp gstdshowutil.cpp \
 
5
                                                                   gstdshowfakesrc.cpp
 
6
 
 
7
libgstdshowdecwrapper_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst-libs/gst -DLIBGSTDSHOWDECWRAPPER_EXPORTS
 
8
libgstdshowdecwrapper_la_LIBADD = $(top_builddir)/gst-libs/gst/dshow/libgstdshow-@GST_MAJORMINOR@.la \
 
9
        $(GST_BASE_LIBS) $(GST_LIBS)
 
10
libgstdshowdecwrapper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
11
libgstdshowdecwrapper_la_LIBTOOLFLAGS = --tag=disable-static
 
12
 
 
13
noinst_HEADERS = gstdshowaudiodec.h gstdshowvideodec.h gstdshowfakesrc.h \
 
14
                                 gstdshowutil.h
 
15