On Wed, Jan 25, 2012 at 9:42 PM, Brian Matherly wrote:
>>> I can provide a patch to convert the entire module to use mlt_log() later.
>
>
> And here it is:
> https://github.com/pez4brian/mlt/commit/dc854a78f229b7218990cb742a8a507fba457842
applied
--
+-DRD-+
---
src/modules/xml/producer_xml.c | 61 +++-
1 files changed, 29 insertions(+), 32 deletions(-)
New commits:
commit 2d328408132825439fc69462865e78659170efdc
Merge: 803c6b9e95cb9b9925e6a1d7b8b5baca645ed693
dc854a78f229b7218990cb742a8a507fba457842
Author: Dan Den
On Sat, Feb 4, 2012 at 8:33 PM, Brian Matherly wrote:
>
>
> Dan,
>
> I was having this problem on Ubuntu 11.10:
> http://comments.gmane.org/gmane.comp.video.mlt.devel/1794
>
> After looking into it, I think the shared libraries are not being specified
> properly for Rugen. They should be specifie
src/modules/avformat/consumer_avformat.c |2 +-
src/modules/avformat/filter_avcolour_space.c |2 +-
src/modules/avformat/producer_avformat.c |2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 803c6b9e95cb9b9925e6a1d7b8b5baca645ed693
Author: Dan Dennedy
On Sat, Feb 4, 2012 at 6:12 AM, Patrick Matthäi wrote:
> Hi Dan,
>
> I have got a critical issue here. First I thought mlt needs a rebuild
> against the newst ffmpeg, but now the packages (with the current up to
> date git master source) fails to build completly, because ff_cropTbl
> isn't exporte
Dan,
I was having this problem on Ubuntu 11.10:
http://comments.gmane.org/gmane.comp.video.mlt.devel/1794
After looking into it, I think the shared libraries are not being specified
properly for Rugen. They should be specified in LDADD, not LDFLAGS. I have a
patch which corrects this:
https:/
Hi Dan,
I have got a critical issue here. First I thought mlt needs a rebuild
against the newst ffmpeg, but now the packages (with the current up to
date git master source) fails to build completly, because ff_cropTbl
isn't exported anymore:
https://buildd.debian.org/status/package.php?p=mlt
The