2008-02-12 22:10:39 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdshowdecwrapper.la
|
|
|
|
|
2008-09-10 23:15:11 +00:00
|
|
|
libgstdshowdecwrapper_la_SOURCES = gstdshowaudiodec.cpp gstdshowdecwrapper.cpp \
|
|
|
|
gstdshowvideodec.cpp gstdshowutil.cpp \
|
|
|
|
gstdshowfakesrc.cpp
|
2008-02-12 22:10:39 +00:00
|
|
|
|
2008-04-25 18:13:07 +00:00
|
|
|
libgstdshowdecwrapper_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst-libs/gst -DLIBGSTDSHOWDECWRAPPER_EXPORTS
|
2008-09-10 23:15:11 +00:00
|
|
|
libgstdshowdecwrapper_la_LIBADD = $(top_builddir)/gst-libs/gst/dshow/libgstdshow-@GST_MAJORMINOR@.la \
|
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
2008-02-12 22:10:39 +00:00
|
|
|
libgstdshowdecwrapper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:42:30 +00:00
|
|
|
libgstdshowdecwrapper_la_LIBTOOLFLAGS = --tag=disable-static
|
2008-02-12 22:10:39 +00:00
|
|
|
|
2008-09-10 23:15:11 +00:00
|
|
|
noinst_HEADERS = gstdshowaudiodec.h gstdshowvideodec.h gstdshowfakesrc.h \
|
|
|
|
gstdshowutil.h
|
|
|
|
|