diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-11-21 10:21:50 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-11-21 10:23:45 +0100 |
commit | 97a365c439b467bba8297ce61120f6bd554bf4d9 (patch) | |
tree | 4461b3e6cc4cb236404e896dae436d9f9cd0ec26 /sys/directsound | |
parent | c6343ae5b5858b59329f060d9979414233cc23a2 (diff) | |
download | gstreamer-plugins-bad-97a365c439b467bba8297ce61120f6bd554bf4d9.tar.gz |
windows: Put the DirectX LDFLAGS in the correct place and reorder libraries
Diffstat (limited to 'sys/directsound')
-rw-r--r-- | sys/directsound/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/directsound/Makefile.am b/sys/directsound/Makefile.am index c6b0e54b8..6d18c4eb3 100644 --- a/sys/directsound/Makefile.am +++ b/sys/directsound/Makefile.am @@ -3,10 +3,10 @@ plugin_LTLIBRARIES = libgstdirectsoundsrc.la libgstdirectsoundsrc_la_SOURCES = gstdirectsoundsrc.c gstdirectsoundplugin.c libgstdirectsoundsrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) $(DIRECTX_CFLAGS) -libgstdirectsoundsrc_la_LIBADD = $(DIRECTDRAW_LIBS) \ +libgstdirectsoundsrc_la_LIBADD = \ $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \ - -ldsound -libgstdirectsoundsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTX_LDFLAGS) + $(DIRECTX_LDFLAGS) -ldsound +libgstdirectsoundsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstdirectsoundsrc_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS= gstdirectsoundsrc.h |