[MPlayer-dev-eng] [PATCH] Optional VIDIX PCI devices name database
Benjamin Zores
ben at geexbox.org
Mon Dec 3 12:42:19 CET 2007
On Dec 3, 2007 11:57 AM, Diego Biurrun <diego at biurrun.de> wrote:
> On Sun, Dec 02, 2007 at 06:56:20PM +0100, Benjamin Zores wrote:
> >
> > Opinions ?
> >
> > --- vidix/Makefile (revision 25211)
> > +++ vidix/Makefile (working copy)
> > @@ -29,6 +29,12 @@
> > OBJS_MPLAYER += rage128_vid.o
> > endif
> >
> > +ifeq ($(VIDIX_PCIDB), yes)
> > +PCI_DB = 1
> > +else
> > +PCI_DB = 0
> > +endif
>
> This is completely redundant. Just set PCI_DB directly in configure.
One is string, other is integer.
I have absolutely no knowledge at all about awk, but does "if(yes)" do
the same than "if(1)" ?
Ben
--
"My life, and by extension everyone else's is meaningless."
Bender, Futurama
More information about the MPlayer-dev-eng
mailing list