diff options
author | Руслан Ижбулатов <lrn1986@gmail.com> | 2009-03-26 11:33:50 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-03-26 11:33:50 +0100 |
commit | f5b298e3d7687dbd349ff920eaa22d7f958a0653 (patch) | |
tree | a245faac1f4db7b328843bb942e5e6a452f5545b /gst | |
parent | dafa53077320a7a39c61a89a7cca1d74797fb92f (diff) | |
download | gst-plugins-bad-f5b298e3d7687dbd349ff920eaa22d7f958a0653.tar.gz gst-plugins-bad-f5b298e3d7687dbd349ff920eaa22d7f958a0653.tar.bz2 gst-plugins-bad-f5b298e3d7687dbd349ff920eaa22d7f958a0653.zip |
xdgmime: Link with winsock library to fix build with MinGW
Partially fixes bug #573595.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/xdgmime/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/xdgmime/Makefile.am b/gst/xdgmime/Makefile.am index 768e3f81..0c1c7542 100644 --- a/gst/xdgmime/Makefile.am +++ b/gst/xdgmime/Makefile.am @@ -10,7 +10,7 @@ libgstxdgmime_la_SOURCES = gstxdgmime.c \ xdgmime/xdgmimemagic.c \ xdgmime/xdgmimeparent.c libgstxdgmime_la_CFLAGS = $(GST_CFLAGS) -DXDG_PREFIX=gst_xdg_mime -libgstxdgmime_la_LIBADD = $(GST_LIBS) +libgstxdgmime_la_LIBADD = $(GST_LIBS) $(XDG_LIBS) libgstxdgmime_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstxdgmime_la_LIBTOOLFLAGS = --tag=disable-static |