mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
Fix compilation of the glue library on Windows
This commit is contained in:
parent
79a4ddd570
commit
888eb7d059
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ nodist_libgstreamersharpglue_0_10_la_SOURCES = generated.c
|
||||||
|
|
||||||
libgstreamersharpglue_0_10_la_LIBADD = $(GST_LIBS)
|
libgstreamersharpglue_0_10_la_LIBADD = $(GST_LIBS)
|
||||||
|
|
||||||
|
libgstreamersharpglue_0_10_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||||
|
libstreamersharpglue.dll: $(libstreamersharpglue_0_10_la_OBJECTS) libstreamersharpglue.rc libstreamersharpglue.def
|
||||||
|
./build-dll libstreamersharpglue-0.10 $(VERSION)
|
||||||
|
|
||||||
INCLUDES = -Wall $(GST_CFLAGS) -I$(top_srcdir)
|
INCLUDES = -Wall $(GST_CFLAGS) -I$(top_srcdir)
|
||||||
|
|
||||||
CLEANFILES= lib*.a lib*.la
|
CLEANFILES= lib*.a lib*.la
|
||||||
|
|
Loading…
Reference in a new issue