[MEncoder-users] picking up x264 library

Grozdan microchip at telenet.be
Sun Jul 26 23:04:19 CEST 2009


2009/7/26 Matyas <mplayer.list at sustik.com>:
> Thanks for the answers!
>
> Grozdan wrote:
>> Easiest is to just remove *all* x264 stuff on your machine, get latest
>> x264 git and compile with --enable-shared, then compile mplayer
>
> I need the older versions for some packages (mythtv for example).
> ldd does not show libx264 which makes me worried.  I tried:
>
> ./configure --disable-x264-lavc --codecsdir=/usr/local/lib

you can just rebuild these packages with a newer x264 version which
has many improvements anyways. If ldd does not show anything x264
related, it means your mencoder is built against your static older
version of x264. Also, codecsdir is only used for specifying the path
to Windows DLLs which can be used with mplayer/mencoder.
--disable-x264-lavc will disable H.264 decoder support in
mencoder/mplayer (libavcodec) so you don't want that too

>
> hoping that the x264 from /usr/local/lib will be used, but still no joy.
>
> I used --enable-shared for x264 but since it still puts stuff in
> /usr/local/lib  I added links to the .so from /usr/lib/.  That at least is
> producing something different:

I don't quite understand what you're doing here. You built the new
x264 as shared library, installed it in /usr/local and then linked the
libs of the older x264 to /usr/local, yes?

>
> dpkg-shlibdeps: failure: no dependency information found for
> /usr/lib/libx264.so.68 (used by debian/mplayer/usr/bin/mencoder).
>
> I have the feeling that I am going the wrong way about this.  A search on
> gmane in mencoder.users does not turn up the above error message.  I
> certainly can read the docs about dpkg-shlibdeps, but it feels I am getting
> sucked into lower and lower level details.
>
> Matyas
> -
> Every hardware eventually breaks.  Every software eventually works.
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>
>


More information about the MEncoder-users mailing list