[MPlayer-dev-eng] [PATCH] detection for Zoran cards
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Jan 3 15:36:08 CET 2005
Hi,
I was told on IRC that the following patch was needed for some people. My guess
is it's for kernels with PCI device name database.
Any comments?
Greetings,
Reimar Döffinger
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.948
diff -u -r1.948 configure
--- configure 30 Dec 2004 12:11:32 -0000 1.948
+++ configure 2 Jan 2005 17:19:50 -0000
@@ -5827,6 +5827,8 @@
#below should work for 36067's and 36057's.
if grep -e "Multimedia video controller: Zoran Corporation ZR36057" /proc/pci > /dev/null 2>&1; then
_zr=yes
+ elif grep -e "PCI device 11de:6057" /proc/pci > /dev/null 2>&1; then
+ _zr=yes
else
_zr=no
fi
More information about the MPlayer-dev-eng
mailing list