Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: 16e469b3045f42156baeaabe99e411f38095468f
https://github.com/mltframework/mlt/commit/16e469b3045f42156baeaabe99e411f38095468f
Author: Dan Dennedy
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
On Thu, Sep 13, 2012 at 1:31 PM, Janne Liljeblad
wrote:
> I did the following:
>
> I removed Flowblade, Openshot and Kdenlive from the system an did
> 'apt-get autoremove' which removed packages: libmlt++3 libmlt-data
> libmlt4 melt python-mlt3.
>
> Then I installed git head mlt with configure-mak
On Thu, Sep 13, 2012 at 10:11 PM, Dan Dennedy wrote:
> doh, of course, this is sh script. So, that won't work. I suppose it
> is not OK to assume HAVE_SYS_PARAM_H on FreeBSD?
It looks like it's been there since the beginning -
r1541 | rgrimes | 1994-05-24 12:09:53 +0200 (Tue, 24 May 1994) | 2 li
I did the following:
I removed Flowblade, Openshot and Kdenlive from the system an did
'apt-get autoremove' which removed packages: libmlt++3 libmlt-data
libmlt4 melt python-mlt3.
Then I installed git head mlt with configure-make-install.
Then I was able to make and install mlt bindings with the
On Thu, Sep 13, 2012 at 12:51 PM, Alberto Villa wrote:
> On Thu, Sep 13, 2012 at 7:07 AM, Dan Dennedy wrote:
>> That was a question if it was not clear. Looks good to me, but I
>> really feel I need your approval on the below.
>
> It was clear, sorry, I just had no time to reply.
>
>>> +
On Thu, Sep 13, 2012 at 7:07 AM, Dan Dennedy wrote:
> That was a question if it was not clear. Looks good to me, but I
> really feel I need your approval on the below.
It was clear, sorry, I just had no time to reply.
>> + ifdef HAVE_SYS_PARAM_H
>> + echo "CFL
Okay sorry, I just saw that file /usr/include/python2.7_d/Python.h is
a broken link, so I'll have install python include files.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's secu
Hi Dan,
I'm trying to create python bindings for mlt git head.
1. I installed git mlt with:
git clone git://github.com/mltframework/mlt.git
cd mlt
./configure --prefix=/usr --enable-gpl
make clean
make -j3
sudo make install
2. I installed swig and navigated to /scr/swing/python and did:
sudo ./b