750433f77a
- we have isfinite() now ok brad
13 lines
461 B
Plaintext
13 lines
461 B
Plaintext
$OpenBSD: patch-common_ppc_deblock_c,v 1.1 2008/08/20 01:44:44 jakemsr Exp $
|
|
--- common/ppc/deblock.c.orig Tue Aug 19 16:00:18 2008
|
|
+++ common/ppc/deblock.c Tue Aug 19 16:00:45 2008
|
|
@@ -18,7 +18,7 @@
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA.
|
|
*****************************************************************************/
|
|
|
|
-#if defined SYS_LINUX
|
|
+#if defined SYS_LINUX || defined SYS_OPENBSD
|
|
#include <altivec.h>
|
|
#endif
|
|
|