diff options
Diffstat (limited to 'src/gst-plugins-base.mk')
-rw-r--r-- | src/gst-plugins-base.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gst-plugins-base.mk b/src/gst-plugins-base.mk index 8135aea..9f7b9b6 100644 --- a/src/gst-plugins-base.mk +++ b/src/gst-plugins-base.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 |