[MEncoder-users] mencoder/x264
Joey Parrish
joey.parrish at gmail.com
Mon Jul 9 21:32:49 CEST 2007
On 7/9/07, bayrouni <bayrouni at brutele.be> wrote:
> I installed mplayer with --prefix=/usr/local/mplayer.
> idem for x264.
> grep X264_BUILD /usr/local/x264/include/x264.h
> :
> grep X264_BUILD /usr/local/include/x264.h
> #define X264_BUILD 55
> May be I must reinstall x264/mplayer into any conventional directory !
>
> also sudo find / -name x264.h
>
> /usr/local/x264/include/x264.h
> /home/me/svn/x264/x264.h
Then you will have to call mplayer's configure like this:
./configure --with-extraincdir=/usr/local/x264/include
--with-extralibdir=/usr/local/x264/lib
--Joey
More information about the MEncoder-users
mailing list