[MPlayer-cvslog] r21356 - trunk/loader/stubs.S
diego
subversion at mplayerhq.hu
Tue Nov 28 13:46:38 CET 2006
Author: diego
Date: Tue Nov 28 13:46:38 2006
New Revision: 21356
Modified:
trunk/loader/stubs.S
Log:
Remove #ifdef __OpenBSD__, there is no indication this is needed.
Modified: trunk/loader/stubs.S
==============================================================================
--- trunk/loader/stubs.S (original)
+++ trunk/loader/stubs.S Tue Nov 28 13:46:38 2006
@@ -1,4 +1,4 @@
-#if defined(__APPLE__) || defined(__OpenBSD__)
+#if defined(__APPLE__)
# define SYM(x) _ ## x
#else
# define SYM(x) x
More information about the MPlayer-cvslog
mailing list