Am 18.02.2016 um 17:42 schrieb Dan Dennedy: > On Thu, Feb 18, 2016 at 8:32 AM Patrick Matthäi <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > > mlt 6.0.0 installs an empty directory: usr/share/mlt/opengl/movit > Is this just a fault? I can not find any files which should be > placed there > > > > That is cruft I just removed. >
I have tested it, but then the install target fails to install the the
*.yml files in the missing opengl directory. Here my corrected patch:
diff -Naur mlt-6.0.0.orig/src/modules/opengl/Makefile
mlt-6.0.0/src/modules/opengl/Makefile
--- mlt-6.0.0.orig/src/modules/opengl/Makefile 2016-02-18
00:43:24.000000000 +0100
+++ mlt-6.0.0/src/modules/opengl/Makefile 2016-02-18
20:35:02.913144436 +0100
@@ -69,7 +69,7 @@
install: all
install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
- install -d "$(DESTDIR)$(datadir)/mlt/opengl/movit"
+ install -d "$(DESTDIR)$(datadir)/mlt/opengl"
install -m 644 *.yml "$(DESTDIR)$(datadir)/mlt/opengl"
ifneq ($(wildcard .depend),)
--
/*
Mit freundlichem Gruß / With kind regards,
Patrick Matthäi
GNU/Linux Debian Developer
Blog: http://www.linux-dev.org/
E-Mail: [email protected]
[email protected]
*/
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
