[libdvdnav-devel] [Git][videolan/libdvdread][master] Use correct name of the libdvdcss shared library on OpenBSD

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sun Oct 3 10:02:48 UTC 2021



Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread


Commits:
1c031048 by Brad Smith at 2021-10-03T12:02:06+02:00
Use correct name of the libdvdcss shared library on OpenBSD

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

- - - - -


1 changed file:

- src/dvd_input.c


Changes:

=====================================
src/dvd_input.c
=====================================
@@ -346,6 +346,8 @@ int dvdinput_setup(void *priv, dvd_logger_cb *logcb)
   #define CSS_LIB "libdvdcss-2.dll"
 #elif defined(__OS2__)
   #define CSS_LIB "dvdcss2.dll"
+#elif defined(__OpenBSD__)
+  #define CSS_LIB "libdvdcss.so"
 #else
   #define CSS_LIB "libdvdcss.so.2"
 #endif



View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/1c031048907b72c4757926a06f2bc5fac42fba15

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/1c031048907b72c4757926a06f2bc5fac42fba15
You're receiving this email because of your account on code.videolan.org.




More information about the libdvdnav-devel mailing list