Re: [Mlt-devel] git alone builds, but not in shotcut

2012-09-24 Thread sean darcy
On 09/22/2012 01:47 PM, Dan Dennedy wrote: > On Sat, Sep 22, 2012 at 7:49 AM, sean darcy wrote: >> Todays git builds. >> >> But using the shotcut build script on Fedora 16 mlt fails: > > works here: > http://build.mltframework.org/guestLogin.html?guest=1 > Solve

[Mlt-devel] git alone builds, but not in shotcut

2012-09-22 Thread sean darcy
Todays git builds. But using the shotcut build script on Fedora 16 mlt fails: ... make[1]: Entering directory `/home/daddy/shotcut/src/mlt/src/melt' cc -I/home/daddy/shotcut/Shotcut/.app/include -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -D

Re: [Mlt-devel] git build fails at filter_avresample.c

2012-01-28 Thread sean darcy
On 01/28/2012 05:06 PM, sean darcy wrote: > On Fedora 15 with ffmpeg 0.10: > > cc -Ofast -march=native -mtune=native -fopenmp -fomit-frame-pointer > -pipe -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre > -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE

[Mlt-devel] git build fails at filter_avresample.c

2012-01-28 Thread sean darcy
On Fedora 15 with ffmpeg 0.10: cc -Ofast -march=native -mtune=native -fopenmp -fomit-frame-pointer -pipe -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -fPIC -pthread -Wall -D

Re: [Mlt-devel] undefined reference to `__morestack' ???

2011-05-15 Thread sean darcy
On 05/15/2011 10:23 AM, sean darcy wrote: > On 05/14/2011 07:08 PM, sean darcy wrote: >> On Fedora 15 beta, gcc-4.6.0-7.fc15.x86_64, today's mlt git: >> >> g++ -shared -Wl,-soname,libmlt++.so.3 -o libmlt++.so.0.7.3 MltConsumer.o >> MltDeque.o MltEvent.o Mlt

Re: [Mlt-devel] undefined reference to `__morestack' ???

2011-05-15 Thread sean darcy
On 05/14/2011 07:08 PM, sean darcy wrote: > On Fedora 15 beta, gcc-4.6.0-7.fc15.x86_64, today's mlt git: > > g++ -shared -Wl,-soname,libmlt++.so.3 -o libmlt++.so.0.7.3 MltConsumer.o > MltDeque.o MltEvent.o MltFactory.o MltField.o MltFilter.o > MltFilteredConsumer.o MltFilteredP

[Mlt-devel] undefined reference to `__morestack' ???

2011-05-14 Thread sean darcy
On Fedora 15 beta, gcc-4.6.0-7.fc15.x86_64, today's mlt git: g++ -shared -Wl,-soname,libmlt++.so.3 -o libmlt++.so.0.7.3 MltConsumer.o MltDeque.o MltEvent.o MltFactory.o MltField.o MltFilter.o MltFilteredConsumer.o MltFilteredProducer.o MltFrame.o MltGeometry.o MltMultitrack.o MltParser.o MltPla

[Mlt-devel] Today's git: error in factory.c

2011-05-02 Thread sean darcy
make[2]: Entering directory `/home/video/rpmbuild/BUILD/mlt/src/modules/avformat' cc -O2 -march=native -mtune=native -fopenmp -fomit-frame-pointer -pipe -Wall -DPIC -O2 -pipe -fomit-frame-pointer -ffast-math -DUSE_MMX -DUSE_SSE -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -fP

Re: [Mlt-devel] Git: Fix avformat build with libavcodec v53.

2011-04-20 Thread sean darcy
On 04/20/2011 11:15 PM, Dan Dennedy wrote: > src/modules/avformat/consumer_avformat.c | 15 +-- > src/modules/avformat/producer_avformat.c |9 ++--- > 2 files changed, 19 insertions(+), 5 deletions(-) > > New commits: > commit db36bb14e0ea06c612a16dbc8f1702aaf720bcb9 > Aut

[Mlt-devel] mlt fixes after ffmpeg version bump

2011-04-20 Thread sean darcy
Been trying to build mlt after the version bump in ffmpeg. Needed these changes: sed -i -e 's|libavcodec/opt.h|libavutil/opt.h|g' src/modules/avformat/factory.c sed -i -e 's|libavcodec/opt.h|libavutil/opt.h|g' src/modules/avformat/consumer_avformat.c sed -i -e 's|CODEC_TYPE_AUDIO|AVMEDIA_TYPE_A

Re: [Mlt-devel] yadif.c:370: error: 'filter_line_sse2' undeclared

2010-04-11 Thread sean darcy
sean darcy wrote: > Building today's git on X86-64, Fedora 12. gcc-4.4.3. > > cc -O3 -march=native -mtune=native -fopenmp -msse4.1 -ftree-vectorize > -floop-interchange -floop-strip-mine -floop-block -mfpmath=sse -Wall > -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -ffast-

[Mlt-devel] yadif.c:370: error: 'filter_line_sse2' undeclared

2010-04-11 Thread sean darcy
Building today's git on X86-64, Fedora 12. gcc-4.4.3. cc -O3 -march=native -mtune=native -fopenmp -msse4.1 -ftree-vectorize -floop-interchange -floop-strip-mine -floop-block -mfpmath=sse -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -ffast-math -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LAR