Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: [vdr]Bitstreamout plugin does not compile with kernel2.6.3




Does this patch help:

------------------------------------------------------------------------------
--- iec60958.h
+++ iec60958.h Wed Feb 25 14:04:38 2004
@@ -38,6 +38,7 @@
#endif

#ifndef WORDS_BIGENDIAN
+# include <linux/compiler.h>
# include <linux/byteorder/swab.h>
# ifndef __swab16
# ifndef _GNU_SOURCE
------------------------------------------------------------------------------


Werner



Hello Werner,
No it does not solve the problem. It is caused by a:
#ifdef __KERNEL__
which is now introduced at the beginning of /usr/src/include/linux/compiler,h
if I delete this define and its correspondent #endif at the end of the file bitstreamout compiles fine.
I just read in the gentoo forum that there are some other applications also failing because of this change.
So why do the kernel guys change this ???
--

Helmut Auer, helmut@helmutauer.de


--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index