[libdvdnav-devel] [Git][videolan/libdvdread][master] Remove OpenBSD a.out support.
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Tue Oct 19 09:23:42 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread
Commits:
819c5162 by Brad Smith at 2021-10-19T11:23:15+02:00
Remove OpenBSD a.out support.
a.out support was obsolete 18 years ago.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
- - - - -
1 changed file:
- src/dvd_input.c
Changes:
=====================================
src/dvd_input.c
=====================================
@@ -354,7 +354,7 @@ int dvdinput_setup(void *priv, dvd_logger_cb *logcb)
dvdcss_library = dlopen(CSS_LIB, RTLD_LAZY);
if(dvdcss_library != NULL) {
-#if defined(__OpenBSD__) && !defined(__ELF__) || defined(__OS2__)
+#ifdef __OS2__
#define U_S "_"
#else
#define U_S
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/819c5162715e559d765beadaee2f91c2b49654ff
--
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/819c5162715e559d765beadaee2f91c2b49654ff
You're receiving this email because of your account on code.videolan.org.
More information about the libdvdnav-devel
mailing list