found 272498 0.1.10-0.1
severity 272498 important
thanks


Please use updated patch bellow.

Thanks

        Petr

--- src/dvdread/bswap.h~
+++ src/dvdread/bswap.h
@@ -35,7 +35,7 @@
 #include <sys/param.h>
 #endif

-#if defined(__linux__)
+#if defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
 #include <byteswap.h>
 #define B2N_16(x) x = bswap_16(x)
 #define B2N_32(x) x = bswap_32(x)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to