[Mplayer-cvslog] CVS: main/libfame fame.h,1.1,1.2

Arpi of Ize arpi at mplayerhq.hu
Sun Apr 28 00:42:28 CEST 2002


Update of /cvsroot/mplayer/main/libfame
In directory mail:/var/tmp.root/cvs-serv19906/libfame

Modified Files:
	fame.h 
Log Message:
OpenBSD, NetBSD portability patches by
Björn Sandell <biorn at dce.chalmers.se>
Marcus <core at antbear.org>
Bernd Ernesti <mplayer at lists.veego.de>


Index: fame.h
===================================================================
RCS file: /cvsroot/mplayer/main/libfame/fame.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fame.h	13 Mar 2002 01:14:34 -0000	1.1
+++ fame.h	27 Apr 2002 22:42:25 -0000	1.2
@@ -39,7 +39,11 @@
 #  define ASMSYM  "_"
 # else
 #  define DECLSPEC
-#  define ASMSYM
+#  ifdef __OpenBSD__
+#   define ASMSYM  "_"
+#  else
+#   define ASMSYM
+#  endif
 # endif
 # endif
 #endif




More information about the MPlayer-cvslog mailing list