]> git.sesse.net Git - mlt/commit
Prevent making consumer qglsl if glslManager already exists.
authorDan Dennedy <dan@dennedy.org>
Mon, 31 Mar 2014 03:23:54 +0000 (20:23 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 31 Mar 2014 03:23:54 +0000 (20:23 -0700)
commit7c7660adaec5af1751f29782e44c0eb1a1fbe34d
tree733824b1ecf688130162e854eb412bbccb246399
parent6a7dbd2562b2018bc5b99c404aa834c5f2ef13a7
Prevent making consumer qglsl if glslManager already exists.

With Qt 4 version of qt module, if -consumer qglsl was specified on melt
command line, then the xml would not load without specifying "xml-nogl"
as the service for the resource. This prevents the need to invoke that.
src/modules/xml/producer_xml.c