mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
104ec747df
Original commit message from CVS: * gst-libs/gst/dshow/Makefile.am: * sys/dshowdecwrapper/Makefile.am: * sys/dshowsrcwrapper/Makefile.am: Add Makefiles to win32 plugins and lib. They will need to be tested and probably fixed by developers working with mingw. This is a first step to include source files with releases.
9 lines
370 B
Makefile
9 lines
370 B
Makefile
plugin_LTLIBRARIES = libgstdshowdecwrapper.la
|
|
|
|
libgstdshowdecwrapper_la_SOURCES = gstdshowaudiodec.c gstdshowdecwrapper.c gstdshowvideodec.c
|
|
|
|
libgstdshowdecwrapper_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstdshowdecwrapper_la_LIBADD = $(GST_LIBS)
|
|
libgstdshowdecwrapper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstdshowaudiodec.h gstdshowdecwrapper.h gstdshowvideodec.h
|