Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-29 Thread Johannes Sixt
On Friday 26 January 2007 09:58, Alexis Ballier wrote:
> I'd change this to :
>
> if test "x$enable_mmx" != "xyes"; then
> ff_conf_args="$ff_conf_args --disable-mmx"
> fi
>
> otherwise ffmpeg's configure tries to enable mmx where it should not as
> on x86_64 the default value for enable_mmx is "auto" now.

Thanks, fixed.

-- Hannes

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[FWD] Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-27 Thread Herman Robak
A made a slip while I was using listadmin to throw away spam 
to this mailing list:  I thought the one below was a duplicate.

(Forwarded by cut and paste)

Date: Fri, 26 Jan 2007 09:52:04 +0100
From: Alexis Ballier <[EMAIL PROTECTED]>
To: cinelerra@skolelinux.no
Subject: Re: [CinCVS] svn sources not building on 64-bit Gentoo

> I suspect this is an artifact of your last commit to configure.  It
> looked like you re-enabled auto detection of MMX support?  I think
> Pierre disabled that for x86_64 to fix build problems on that arch.


this happens only with internal ffmpeg, in configure.in you can read :

if test "x$enable_mmx" = "xno"; then
ff_conf_args="$ff_conf_args --disable-mmx"
fi

I'd change this to :

if test "x$enable_mmx" != "xyes"; then
ff_conf_args="$ff_conf_args --disable-mmx"
fi

otherwise ffmpeg's configure tries to enable mmx where it should not as
on x86_64 the default value for enable_mmx is "auto" now.


Regards,

Alexis.



___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-26 Thread Alexis Ballier
> I suspect this is an artifact of your last commit to configure.  It
> looked like you re-enabled auto detection of MMX support?  I think
> Pierre disabled that for x86_64 to fix build problems on that arch.


this happens only with internal ffmpeg, in configure.in you can read :

if test "x$enable_mmx" = "xno"; then
ff_conf_args="$ff_conf_args --disable-mmx"
fi

I'd change this to :

if test "x$enable_mmx" != "xyes"; then
ff_conf_args="$ff_conf_args --disable-mmx"
fi

otherwise ffmpeg's configure tries to enable mmx where it should not as
on x86_64 the default value for enable_mmx is "auto" now.


Regards,

Alexis.



pgpX2TIAvaTyR.pgp
Description: PGP signature


Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-25 Thread Kevin Brosius
On 2007-01-25 22:12, jostle wrote:
> Gisle Fr0ysland wrote:
> > Thursday 25 January 2007 04:38, skrev Daniel Fort:
> >> undefined reference to `mm_flags'
> >> ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/
> >> hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefined references 
> >> to
> >> `mm_flags' follow
> >> collect2: ld returned 1 exit status
> >> make[3]: *** [libquicktimehv.la] Error 1
> > 
> > I'm getting the exact same error on amd64 running 64Studio/Debian.
> > Also compiled fine from svn in earlier revisions.
> > 
> > cheers
> > -gisle
> > 
> 
> I had the same problem with r981 and fixed it by NOT using --enable-mmx 
> in the ./configure command.
> 
> Have Fun,
> 

Hey Hannes,

I suspect this is an artifact of your last commit to configure.  It
looked like you re-enabled auto detection of MMX support?  I think
Pierre disabled that for x86_64 to fix build problems on that arch.

-- 
Kevin

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-25 Thread jostle

Gisle Fr0ysland wrote:

Thursday 25 January 2007 04:38, skrev Daniel Fort:

undefined reference to `mm_flags'
ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/
hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefined references to
`mm_flags' follow
collect2: ld returned 1 exit status
make[3]: *** [libquicktimehv.la] Error 1


I'm getting the exact same error on amd64 running 64Studio/Debian.
Also compiled fine from svn in earlier revisions.

cheers
-gisle



I had the same problem with r981 and fixed it by NOT using --enable-mmx 
in the ./configure command.


Have Fun,

jostle

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-25 Thread Gisle Fr0ysland
Thursday 25 January 2007 04:38, skrev Daniel Fort:
> undefined reference to `mm_flags'
> ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/
>hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefined references to
> `mm_flags' follow
> collect2: ld returned 1 exit status
> make[3]: *** [libquicktimehv.la] Error 1

I'm getting the exact same error on amd64 running 64Studio/Debian.
Also compiled fine from svn in earlier revisions.

cheers
-gisle

-- 
[EMAIL PROTECTED] +47329234+4790665018c.sundtsgt.55,5004bg. 
www.xn--frysland-64a.com
 ---+ http://mob.bek.no

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] svn sources not building on 64-bit Gentoo

2007-01-25 Thread 220hex
Thursday 25 January 2007 04:38, skrev Daniel Fort:
> undefined reference to `mm_flags'
> ffmpeg/libavcodec/.libs/libavcodec.a(cljr.o):/home/dfort/src/cinelerra-svn/
>hvirtual/quicktime/ffmpeg/libavcodec/cljr.c:77: more undefined references to
> `mm_flags' follow
> collect2: ld returned 1 exit status
> make[3]: *** [libquicktimehv.la] Error 1

I'm getting the exact same error on amd64 running 64Studio/Debian.
Also compiled fine from svn in earlier revisions.

cheers
-gisle

-- 
[EMAIL PROTECTED] +47329234+4790665018c.sundtsgt.55,5004bg. 
www.xn--frysland-64a.com
 ---+ http://mob.bek.no
-- 

www.220hex.org
www.r3aktor.com
http://mob.bek.no

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[CinCVS] svn sources not building on 64-bit Gentoo

2007-01-24 Thread Daniel Fort
I've been updating and building from SVN every Wednesday and this week 
(revision 985) it failed. It looks like everything is in order:


Summary of mandatory components:
 libogg  found
 libvorbis   found
 libvorbisencfound
 libvorbisfile   found
 libtheora   found
 OpenEXR found
 libdv   found
 libpng  found
 libjpeg libraries   found
 libjpeg headers found
 libtiff libraries   found
 libtiff headers found
 FreeType 2  found
 libx264 libraries   found
 libx264 headers found
 libuuid libraries   found
 libuuid headers found
 mjpegtools  found
 libfftw3 libraries  found
 libfftw3 headersfound
 liba52 librariesfound
 liba52 headers  found
 libmp3lame librariesfound
 libmp3lame headers  found
 libsndfile librariesfound
 libsndfile headers  found
 libfaac libraries   found
 libfaac headers found
 libfaad libraries   found
 libfaad headers found

Summary of optional components:
 ESD subsystem   found
ESD (Enlightenment Sound Daemon) is enabled
 ALSA subsystem  found
ALSA is enabled
 libraw1394  found
 libiec61883 found
 libavc1394 librariesfound
 libavc1394 headers  found
 librom1394 librariesfound
 librom1394 headers  found
Firewire is enabled
 OpenGL 2.0 librariesfound
Hardware acceleration using OpenGL 2.0 is enabled

But here is how it ends:

gcc -shared  .libs/atom.o .libs/avcc.o .libs/avi_hdrl.o .libs/avi_idx1.o 
.libs/avi_movi.o .libs/avi_strl.o .libs/avi_odml.o .libs/avi_ix.o 
.libs/avi_indx.o .libs/avi_riff.o .libs/cmodel_default.o 
.libs/cmodel_float.o .libs/cmodel_yuv420p.o .libs/cmodel_yuv422.o 
.libs/codecs.o .libs/colormodels.o .libs/ctab.o .libs/dinf.o 
.libs/dref.o .libs/edts.o .libs/elst.o .libs/esds.o .libs/graphics.o 
.libs/hdlr.o .libs/ima4.o .libs/interlacemodes.o .libs/jpeg.o 
.libs/libdv.o .libs/libmjpeg.o .libs/matrix.o .libs/mdat.o .libs/mdhd.o 
.libs/mdia.o .libs/minf.o .libs/moov.o .libs/mp4a.o .libs/mvhd.o 
.libs/plugin.o .libs/qtcache.o .libs/qtdv.o .libs/qtffmpeg.o 
.libs/qth264.o .libs/qtpng.o .libs/qtmp3.o .libs/quicktime.o .libs/raw.o 
.libs/rawaudio.o .libs/rle.o .libs/smhd.o .libs/stbl.o .libs/stco.o 
.libs/stsc.o .libs/stsd.o .libs/stsdtable.o .libs/stss.o .libs/stsz.o 
.libs/stts.o .libs/tkhd.o .libs/trak.o .libs/twos.o .libs/udta.o 
.libs/ulaw.o .libs/util.o .libs/v308.o .libs/v408.o .libs/v410.o 
.libs/vmhd.o .libs/vbraudio.o .libs/vorbis.o .libs/workarounds.o 
.libs/yuv2.o .libs/yuv4.o .libs/yv12.o .libs/wmx2.o .libs/wma.o 
.libs/mpeg4.o -Wl,--whole-archive ffmpeg/libavcodec/.libs/libavcodec.a 
encore50/.libs/libencore.a -Wl,--no-whole-archive  -Wl,--rpath 
-Wl,/home/dfort/src/cinelerra-svn/hvirtual/libmpeg3/.libs -Wl,--rpath 
-Wl,/opt/cinelerra/lib /usr/lib64/liba52.so 
-L/usr/x86_64-pc-linux-gnu/bin -L/usr/x86_64-pc-linux-gnu/lib 
-L/usr/lib/gcc/x86_64-pc-linux-gnu/../../../x86_64-pc-linux-gnu/lib 
-L/usr/lib/gcc/x86_64-pc-linux-gnu/../../../lib64 -L/lib/../lib64 
-L/usr/lib/../lib64 /usr/lib64/libmp4v2.so 
-L/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6 
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/libstdc++.so -L/usr/lib64 
/usr/lib64/libvorbisenc.so /usr/lib64/libvorbisfile.so 
/usr/lib64/libvorbis.so /usr/lib64/libtheora.so /usr/lib64/libogg.so 
/usr/lib64/libmp3lame.so /usr/lib64/libfaad.so /usr/lib64/libfaac.so 
../libmpeg3/.libs/libmpeg3hv.so 
-L/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../ -lx264 
/usr/lib64/libdv.so /usr/lib64/libjpeg.so /usr/lib64/libpng12.so -lz -lm 
-ldl -lpthread  -Wl,--no-undefined -Wl,-soname 
-Wl,libquicktimehv-1.6.0.so.1 -o .libs/libquicktimehv-1.6.0.so.1.0.0
ffmpeg/libavcodec/.libs/libavcodec.a(utils.o): In function 
`avcodec_decode_video':
/home/dfort/src/cinelerra-svn/hvirtual/quicktime/ffmpeg/libavcodec/utils.c:635: 
undefined reference to `mm_flags'
ffmpeg/libavcodec/.libs/libavcodec.a(utils.o): In function 
`avcodec_encode_video':
/home/dfort/src/cinelerra-svn/hvirtual/quicktime/ffmpeg/libavcodec/utils.c:597: 
undefined reference to `mm_flags'
ffmpeg/libavcodec/.libs/libavcodec.a(mpegvideo.o): In function 
`DCT_common_init':
/home/dfort/src/cinelerra-svn/hvirtual/quicktime/ffmpeg/libavcodec/mpegvideo.c:247: 
undefined reference to `MPV_common_init_mmx'
ffmpeg/libavcodec/.libs/libavcodec.a(mpegvideo.o): In function 
`MPV_frame_end':
/home/dfort/src/cinelerra-svn/hvirtual/quicktime/ffmpeg/libavcodec/mpegvideo.c:1593: 
undefined reference to `mm_flags'
ffmpeg/libavcodec/.libs/libavcodec.a(mpegvideo.o): In function 
`ff_draw_horiz_band':
/home/dfort/src/cinelerra-svn/hvirtual/quicktime/ffmpeg/libavcodec/mpegvideo.c:4006: 
undefined reference to `mm_flags'
ffmpeg/libavcodec/.libs/libavcodec.a(mpegvideo.o): In function 
`encode_picture':
/home/dfort/src/cinelerra-svn/hvirtual/quicktime/ffmpeg/libavcodec/mpegvideo.c:5299: 
undefined reference to