Error in header files in C++
Lionel Flandrin
simias.n at gmail.com
Tue Sep 19 17:02:15 CEST 2006
There's a possible error in libdvbpsi header files:
#ifdef __cplusplus
};
#endif
doesn't compile with g++ 3.4.4
/usr/local/include/dvbpsi/demux.h:175: error: extra `;'
There's the same problem in all dvbpsi/*.h files.
I removed the semicolon and it worked perfectly (I can't see any
reason for a semicolon here anyway)
--
Simias
--
This is the libdvbpsi-devel mailing-list, see http://developers.videolan.org/
To unsubscribe, go to: http://developers.videolan.org/lists.html
More information about the libdvbpsi-devel
mailing list