Update of /cvsroot/xine/xine-lib/src/xine-engine
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4698

Modified Files:
        bswap.h 
Log Message:
Define "always_inline" as "inline". Fix building on FreeBSD.


Index: bswap.h
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/xine-engine/bswap.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- bswap.h     8 Nov 2006 22:47:44 -0000       1.14
+++ bswap.h     18 Nov 2006 17:16:18 -0000      1.15
@@ -22,6 +22,9 @@
 #define __BSWAP_H__
 
 #include "config.h"
+
+#define always_inline inline 
+
 #include "ffmpeg_bswap.h"
 
 /* These are the Aligned variants */


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to