[MPlayer-dev-eng] [PATCH] Optional VIDIX PCI devices name database
Diego Biurrun
diego at biurrun.de
Mon Dec 3 11:57:57 CET 2007
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.
Diego
More information about the MPlayer-dev-eng
mailing list