diff options
author | Руслан Ижбулатов <lrn1986@gmail.com> | 2009-08-25 23:44:50 +0400 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-08-25 23:55:41 +0100 |
commit | 09b2abf87bf6056957f1a74ff2e3d06bb58f9d5f (patch) | |
tree | 3a50cd7352bdf91550c8bc3cba01bab86c75ee99 /ext/resindvd | |
parent | fe7478f2ac29e8f801ed9d40c9da5540fc434aa8 (diff) | |
download | gstreamer-plugins-bad-09b2abf87bf6056957f1a74ff2e3d06bb58f9d5f.tar.gz |
resindvd, rawparse: fix LDFLAGS for gst-plugins-base libs
Fixes #593063.
Diffstat (limited to 'ext/resindvd')
-rw-r--r-- | ext/resindvd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/resindvd/Makefile.am b/ext/resindvd/Makefile.am index 4e5b87f0f..5c1ed1184 100644 --- a/ext/resindvd/Makefile.am +++ b/ext/resindvd/Makefile.am @@ -19,7 +19,7 @@ libresindvd_la_SOURCES = \ libresindvd_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_CFLAGS) $(DVDNAV_CFLAGS) -libresindvd_la_LIBADD = $(GST_PLUGINS_BASE_CFLAGS) \ +libresindvd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \ -lgstinterfaces-$(GST_MAJORMINOR) -lgstvideo-$(GST_MAJORMINOR) \ $(GST_BASE_LIBS) $(GST_LIBS) $(DVDNAV_LIBS) libresindvd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |