Update of /cvsroot/alsa/alsa-lib/include
In directory sc8-pr-cvs1:/tmp/cvs-serv8367/include

Modified Files:
        alsa-symbols.h 
Log Message:
Fixed compilation --with-versioned=no

Index: alsa-symbols.h
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/include/alsa-symbols.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alsa-symbols.h      10 Oct 2002 11:01:18 -0000      1.2
+++ alsa-symbols.h      11 Mar 2003 18:51:32 -0000      1.3
@@ -34,4 +34,16 @@
 #define default_symbol_version(real, name, version) \
        __asm__ (".symver " #real "," #name "@@" #version)
 
+#ifdef USE_VERSIONED_SYMBOLS
+#define use_symbol_version(real, name, version) \
+               symbol_version(real, name, version)
+#define use_default_symbol_version(real, name, version) \
+               default_symbol_version(real, name, version)
+#else
+#define use_symbol_version(real, name, version) /* nothing */
+#define use_default_symbol_version(real, name, version) \
+       __asm__ (".weak " #name); \
+       __asm__ (".set " #name "," #real)
+#endif
+
 #endif /* __ALSA_SYMBOLS_H */



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to