Update of /cvsroot/alsa/alsa-lib/include
In directory usw-pr-cvs1:/tmp/cvs-serv32124/include
Modified Files:
alsa-symbols.h
Log Message:
fixed the build without versioned symbols.
the rc4 symbols are defined as __ prefix, which are aliased in
pcm.h as well as the versioned symbol binary.
Index: alsa-symbols.h
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/include/alsa-symbols.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alsa-symbols.h 17 Sep 2002 12:33:05 -0000 1.1
+++ alsa-symbols.h 10 Oct 2002 11:01:18 -0000 1.2
@@ -26,12 +26,8 @@
#define USE_VERSIONED_SYMBOLS
#endif
-#ifdef USE_VERSIONED_SYMBOLS
#define INTERNAL_CONCAT2_2(Pre, Post) Pre##Post
#define INTERNAL(Name) INTERNAL_CONCAT2_2(__, Name)
-#else
-#define INTERNAL(Name) Name
-#endif
#define symbol_version(real, name, version) \
__asm__ (".symver " #real "," #name "@" #version)
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog