[Mplayer-cvslog] CVS: main/vidix vidixlib.c,1.9,1.10
Arpi of Ize
arpi at mplayerhq.hu
Sun Apr 28 00:42:30 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/loader ldt_keeper.c,1.7,1.8 win32.c,1.56,1.57
- Next message: [Mplayer-cvslog] CVS: main/libao2 afmt.h,1.1,1.2 ao_oss.c,1.21,1.22 ao_sun.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/vidix
In directory mail:/var/tmp.root/cvs-serv19906/vidix
Modified Files:
vidixlib.c
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: vidixlib.c
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/vidixlib.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vidixlib.c 6 Feb 2002 16:41:06 -0000 1.9
+++ vidixlib.c 27 Apr 2002 22:42:27 -0000 1.10
@@ -91,6 +91,13 @@
return 1;
}
+#ifndef RTLD_GLOBAL
+#define RTLD_GLOBAL RTLD_LAZY
+#endif
+#ifndef RTLD_NOW
+#define RTLD_NOW RTLD_LAZY
+#endif
+
static int vdl_probe_driver(VDL_HANDLE stream,const char *path,const char *name,unsigned cap,int verbose)
{
vidix_capability_t vid_cap;
- Previous message: [Mplayer-cvslog] CVS: main/loader ldt_keeper.c,1.7,1.8 win32.c,1.56,1.57
- Next message: [Mplayer-cvslog] CVS: main/libao2 afmt.h,1.1,1.2 ao_oss.c,1.21,1.22 ao_sun.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list