Re: [Ekiga-devel-list] libavcodec.so && avcodec.h
- From: Matthias Apitz <guru Sisis de>
- To: Matthias Schneider <matthias schneider TU-Ilmenau DE>
- Cc: Ekiga development mailing list <ekiga-devel-list gnome org>
- Subject: Re: [Ekiga-devel-list] libavcodec.so && avcodec.h
- Date: Thu, 22 May 2008 14:28:21 +0200
El día Thursday, May 22, 2008 a las 01:17:56PM +0200, Matthias Schneider escribió:
> Quoting Matthias Apitz <guru Sisis de>:
>
> > El día Wednesday, May 21, 2008 a las 08:01:54AM +0200, Matthias Schneider
> > escribió:
> >
> > > No, this has nothing to do with FREEBSD, just with the ffmpeg version. Like
> > I
> > > said I do have some code already to autodetect that, I just have to
> > backport it
> > > to opals current build system.
> > > Matthias
> >
> > You are right, Matthias. Please note, that it is not only a configure or
> > configure.ac issue; as you see at the moment it is also hardwired in the
> > *.h and *.cpp files; I'm waiting for your fix; thanks in advance;
> >
> > Emilio
> > --
> Hi,
> I have committed my backport, please try and confirm that the directory is
> correctly detected.
> Matthias
Hi Matthias,
Thanks, the ffmpeg is correctly detected and compiled
another small issue is in
opal/plugins/video/H.264/gpl> fgrep ldl *
Makefile.in.orig:X264_LIBS += -ldl
in FreeBSD dlopen() && friends are just in libc.so and libdl.so does no
exist;
this is as well in opal/plugins/configure;
please commit also this small patch:
$ diff opal/plugins/video/common/dyna.cxx*
89c89
< char * err = (char *)dlerror();
---
> char * err = dlerror();
at least in FreeBSD dlerror() returns const char *;
thx for your work;
Emilio
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]