[MPlayer-dev-eng] [PATCH] DivX6 support

Ivan Kalvachev ikalvachev at gmail.com
Mon Jun 19 19:11:49 CEST 2006


2006/6/19, Diego Biurrun <diego at biurrun.de>:
> On Mon, Jun 19, 2006 at 05:47:19AM +0200, Dominik 'Rathann' Mierzejewski wrote:

> > +_ld_divx6="$_ld_divx6 -ldivx"
> > +for _inc_divx6 in "$_inc_divx6" \
> > +                "-I/usr/local/include/divx" \
> > +                "-I/usr/include/divx"; do
> > +  cc_check $_inc_divx6 $_ld_divx6 && _divx6=yes && break
> > +done
>
> Only run this test if _divx6 is set to auto.

Actually if you use something like #include "divx/decore/header.h"
you'd be able to get rid of the check. The above paths are default in
most compilers ;)



More information about the MPlayer-dev-eng mailing list