logo       

Re: Gatos-devel Digest, Vol 2, Issue 6: msg#00015

video.gatos.devel

Subject: Re: Gatos-devel Digest, Vol 2, Issue 6

As I mentioned previously, I had started trying to use
the new ffmpeg which I downloaded from the ffmpeg website
using svn, numbered version 5591. I had problems compiling that,
so I thought if I switched back to ffmpeg-0.4.8, it would compile
no problems and I could do on to the next thing. However, now I
have had problems compiling ffmpeg-0.4.8. In that case, should I
just go ahead and try to solve the (compile) problems with the new
ffmpeg? It seems to me that if I could get that working, it might
be an improvement over the old ffmpeg. What would you do, if you
were me?
- persall88-rphTv4pjVZMJGwgDXS7ZQA@xxxxxxxxxxxxxxxx


----- Original Message -----
From: <gatos-devel-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx>
To: <gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx>
Sent: Thursday, July 06, 2006 12:07 PM
Subject: Gatos-devel Digest, Vol 2, Issue 6


> Send Gatos-devel mailing list submissions to
> gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/gatos-devel
> or, via email, send a message with subject or body 'help' to
> gatos-devel-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
>
> You can reach the person managing the list at
> gatos-devel-owner-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gatos-devel digest..."
>
>
> Today's Topics:
>
> 1. Re: Avview 0.80.7 -- now ffmpeg-0.4.8 compile error (persall88)
> 2. Re: Avview 0.80.7 -- now ffmpeg-0.4.8 compile error
> (Antti Ajanki)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 5 Jul 2006 13:54:56 -0700
> From: persall88 <persall88-rphTv4pjVZMJGwgDXS7ZQA@xxxxxxxxxxxxxxxx>
> Subject: Re: [GATOS] Avview 0.80.7 -- now ffmpeg-0.4.8 compile error
> To: gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
> Message-ID:
> <200607051354.57090.persall88-rphTv4pjVZMJGwgDXS7ZQA@xxxxxxxxxxxxxxxx>
> Content-Type: text/plain; charset="us-ascii"
>
>
> As was suggested, I installed the libxv-dev package.
>
> Then I changed the include file back to Xvlib.h, redid Avview configure,
and
> then tried make (Avview). This time there was a compile problem that
looked
> like it had to do with ffmpeg. I was trying to use the new ffmpeg rev5591
> from svn.
>
> So I decided to revert back to the trusty old ffmpeg-0.4.8.
> For this I installed gcc-3.4. I changed the cc def in the ffmpeg configure
> to "cc=/usr/bin/gcc-3.4". Then I did configure, and started make.
>
> It was going along pretty well, and I thought I was in the clear,
> but then suddenly there were a bunch of compile errors and the make
exited.
> The tail of those errors is here:
> i386/dsputil_mmx.c:1494: undefined reference to `ff_pw_20'
> i386/dsputil_mmx.c:1494: undefined reference to `ff_pw_3'
> i386/dsputil_mmx.c:1494: undefined reference to `ff_pw_20'
> i386/dsputil_mmx.c:1494: undefined reference to `ff_pw_3'
> i386/dsputil_mmx.c:1494: undefined reference to `ff_pw_20'
> i386/dsputil_mmx.c:1494: undefined reference to `ff_pw_3'
> ./libavcodec/libavcodec.a(motion_est_mmx.o): In function
`sad8_4_mmx2':
> i386/motion_est_mmx.c:118: undefined reference to `bone'
> i386/motion_est_mmx.c:118: undefined reference to `bone'
> i386/motion_est_mmx.c:118: undefined reference to `bone'
> ./libavcodec/libavcodec.a(simple_idct_mmx.o): In function
> `ff_simple_idct_mmx':
> i386/simple_idct_mmx.c:212: undefined reference to `wm1010'
> i386/simple_idct_mmx.c:212: undefined reference to `d40000'
> ./libavcodec/libavcodec.a(simple_idct_mmx.o): In function
> `ff_simple_idct_put_mmx':
> i386/simple_idct_mmx.c:212: undefined reference to `wm1010'
> i386/simple_idct_mmx.c:212: undefined reference to `d40000'
> ./libavcodec/libavcodec.a(simple_idct_mmx.o): In function
> `ff_simple_idct_add_mmx':
> i386/simple_idct_mmx.c:212: undefined reference to `wm1010'
> i386/simple_idct_mmx.c:212: undefined reference to `d40000'
> collect2: ld returned 1 exit status
> make: *** [ffmpeg_g] Error 1
> Any ideas?
>
> - persall88-rphTv4pjVZMJGwgDXS7ZQA@xxxxxxxxxxxxxxxx
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 6 Jul 2006 15:38:31 +0300 (EEST)
> From: Antti Ajanki <aajanki-kf+aQKke1yb1KXRcyAk9cg@xxxxxxxxxxxxxxxx>
> Subject: Re: [GATOS] Avview 0.80.7 -- now ffmpeg-0.4.8 compile error
> To: gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
> Message-ID:
> <Pine.LNX.4.61.0607061529160.25755-IB6BpZY8fmZlLymf19Yxbg@xxxxxxxxxxxxxxxx>
> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
>
> On Wed, 5 Jul 2006, persall88 wrote:
>
> > So I decided to revert back to the trusty old ffmpeg-0.4.8.
> > For this I installed gcc-3.4. I changed the cc def in the ffmpeg
configure
> > to "cc=/usr/bin/gcc-3.4". Then I did configure, and started make.
> >
> >
> > It was going along pretty well, and I thought I was in the clear,
> > but then suddenly there were a bunch of compile errors and the make
exited.
> > The tail of those errors is here:
> > i386/dsputil_mmx.c:1494: undefined reference to `ff_pw_20'
> > i386/dsputil_mmx.c:1494: undefined reference to `ff_pw_3'
>
> It would be helpful to known what was the first error message, but this
> might indicate that you are missing another *.h file.
>
> Use apt-file to search for correct package to install after you have
> figured the name of the missing *.h from the error messages.
>
> --
> Antti Ajanki
>
>
>
> ------------------------------
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> ------------------------------
>
> _______________________________________________
> Gatos-devel mailing list
> Gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/gatos-devel
>
>
> End of Gatos-devel Digest, Vol 2, Issue 6
> *****************************************


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise