I missed this change in my previous commit. Should build OK on PPC now.
This commit is contained in:
parent
1c95274bb9
commit
2c61c9b0b3
2 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.13 2008/07/30 21:03:17 ahoka Exp $
|
||||
$NetBSD: distinfo,v 1.14 2008/07/30 21:46:04 ahoka Exp $
|
||||
|
||||
SHA1 (x264-snapshot-20071218-2245.tar.bz2) = b5bc182070e17a8470618bae776488514b67a96a
|
||||
RMD160 (x264-snapshot-20071218-2245.tar.bz2) = 753ab79398bf5bb92b41656ef48ab57dcc63f347
|
||||
|
@ -12,3 +12,4 @@ SHA1 (patch-af) = 2c2777b64a4db19b8eedbefc4beb1262f3a42463
|
|||
SHA1 (patch-ag) = 1c5652d41bfa3f37cb529c91784ecb40a9731c9d
|
||||
SHA1 (patch-ah) = f2476d6210481d2f35631b2d8f07f52ebc813467
|
||||
SHA1 (patch-ai) = e9c4a887a36d3a48e92c50c289a51d7bef83fd68
|
||||
SHA1 (patch-aj) = d39c117bec412d2809ce02ec4a53c36b94a46ab4
|
||||
|
|
13
multimedia/x264-devel/patches/patch-aj
Normal file
13
multimedia/x264-devel/patches/patch-aj
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aj,v 1.1 2008/07/30 21:46:04 ahoka Exp $
|
||||
|
||||
--- common/cpu.c.orig 2007-12-18 22:45:03.000000000 +0100
|
||||
+++ common/cpu.c
|
||||
@@ -154,7 +154,7 @@ uint32_t x264_cpu_detect( void )
|
||||
return cpu;
|
||||
}
|
||||
|
||||
-#elif defined( SYS_LINUX )
|
||||
+#elif defined(SYS_LINUX) || defined(__NetBSD__)
|
||||
#include <signal.h>
|
||||
#include <setjmp.h>
|
||||
static sigjmp_buf jmpbuf;
|
Loading…
Reference in a new issue