summaryrefslogtreecommitdiffstats
path: root/src/gst-plugins-ugly.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gst-plugins-ugly.mk')
-rw-r--r--src/gst-plugins-ugly.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gst-plugins-ugly.mk b/src/gst-plugins-ugly.mk
index 2a33edb..e885e6e 100644
--- a/src/gst-plugins-ugly.mk
+++ b/src/gst-plugins-ugly.mk
@@ -25,4 +25,9 @@ define $(PKG)_BUILD
--docdir='$(1)/sink' \
--with-html-dir='$(1)/sink'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
+
+ # some .dlls are installed to lib - no obvious way to change
+ $(if $(BUILD_SHARED),
+ mv -vf '$(PREFIX)/$(TARGET)/lib/gstreamer-1.0/'*.dll '$(PREFIX)/$(TARGET)/bin/'
+ )
endef