mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
<conrads@cox.net> - introduce new vidix patches to enable -vo xvidix for some accidently mistreated radeon and matrox cards, reported by Andre Albsmeier <andre@albsmeier.net> - explicitly forbid -fforce-addr gcc optimization as it reliably breaks all ffmpeg descendants, by Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> PR: ports/79828 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
12 lines
353 B
C
12 lines
353 B
C
--- vidix/drivers/mga_vid.c.orig Thu Sep 2 13:34:25 2004
|
|
+++ vidix/drivers/mga_vid.c Tue Apr 12 17:51:55 2005
|
|
@@ -1218,8 +1218,7 @@
|
|
{
|
|
if ((lst[i].command & PCI_COMMAND_IO) == 0)
|
|
{
|
|
- printf("[mga] Device is disabled, ignoring\n");
|
|
- continue;
|
|
+ printf("[mga] Device is disabled, trying anyways.\n");
|
|
}
|
|
switch(lst[i].device)
|
|
{
|