[Mlt-devel] mlt does not build with recent ffmpeg

2012-02-05 Thread Patrick Matthäi
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

[Mlt-devel] Melted build on Ubuntu 11.10

2012-02-05 Thread Brian Matherly
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:

Re: [Mlt-devel] mlt does not build with recent ffmpeg

2012-02-05 Thread Dan Dennedy
On Sat, Feb 4, 2012 at 6:12 AM, Patrick Matthäi pmatth...@debian.org 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

[Mlt-devel] Git: fix color problem with libav (3483629)

2012-02-05 Thread Dan Dennedy
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

[Mlt-devel] Git: Merge branch 'pez'

2012-02-05 Thread Dan Dennedy
src/modules/xml/producer_xml.c | 61 +++- 1 files changed, 29 insertions(+), 32 deletions(-) New commits: commit 2d328408132825439fc69462865e78659170efdc Merge: 803c6b9e95cb9b9925e6a1d7b8b5baca645ed693 dc854a78f229b7218990cb742a8a507fba457842 Author: Dan

Re: [Mlt-devel] Xml output is currenty broken

2012-02-05 Thread Dan Dennedy
On Wed, Jan 25, 2012 at 9:42 PM, Brian Matherly pez4br...@yahoo.com 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-+