diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-07-20 10:29:18 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-07-20 10:45:32 -0400 |
commit | 3e0db49f5b83e2b4ad4386c11c64a5d391c79256 (patch) | |
tree | 3e460dc8516a02827d483d10f5f832f14de3cd3f /Makefile.am | |
parent | a163dff91dd556c41c5c3f95c98f31bc784d7019 (diff) |
d3dsinkwrapper: Make the DLL name match the plugin name
Otherwise, since 1.12, the plugin gets blacklisted.
https://bugzilla.gnome.org/show_bug.cgi?id=785168
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f12826fa2..f754a5d14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,6 +82,7 @@ CRUFT_FILES = \ $(top_builddir)/gst/valve/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/videoparsers/.libs/libgsth263parse* \ $(top_builddir)/gst-libs/gst/baseparse/.libs/libgstbaseparse* \ + $(top_builddir)/sys/d3dvideosink/.libs/libgstd3dvideosink.{dll,DLL} \ $(top_builddir)/sys/oss4/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/tests/check/elements/{aac,ac3,amr,flac,mpegaudio,dca}parse \ $(top_builddir)/tests/check/elements/autocolorspace \ |