[libdvdnav-devel] [Git][videolan/libdvdread][master] 2 commits: Fix mingw build from tarballs

Jean-Baptiste Kempf gitlab at videolan.org
Sun Apr 18 10:31:42 UTC 2021



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


Commits:
81407d80 by Jean-Baptiste Kempf at 2021-04-18T12:28:33+02:00
Fix mingw build from tarballs

Actually a work-around, tbh, but it'll take more time to fix.

- - - - -
37e2354e by Jean-Baptiste Kempf at 2021-04-18T12:28:33+02:00
Update NEWS for 6.1.2

- - - - -


3 changed files:

- Makefile.am
- NEWS
- configure.ac


Changes:

=====================================
Makefile.am
=====================================
@@ -31,7 +31,8 @@ libdvdread_la_SOURCES = \
 	src/md5.c \
 	src/md5.h \
 	src/nav_print.c \
-	src/nav_read.c
+	src/nav_read.c \
+	msvc/contrib/win32_cs.h
 
 libdvdread_la_LIBADD = $(CSS_LIBS)
 


=====================================
NEWS
=====================================
@@ -1,3 +1,7 @@
+libdvdread (6.1.2)
+ * Fix Win32 Unicode paths opening
+ * Fix warnings and build improvements
+
 libdvdread (6.1.1)
  * Fix the soversion following ABI breakage
 


=====================================
configure.ac
=====================================
@@ -1,7 +1,7 @@
 dnl library version number
 m4_define([dvdread_major], 6)
 m4_define([dvdread_minor], 1)
-m4_define([dvdread_micro], 1)
+m4_define([dvdread_micro], 2)
 m4_define([dvdread_version],[dvdread_major.dvdread_minor.dvdread_micro])
 
 AC_INIT(libdvdread, dvdread_version)



View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/compare/802c8fc20267fd8a30b89452abfbde258d341c52...37e2354e016648f7c74ad48fcb5524919bb228de

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/compare/802c8fc20267fd8a30b89452abfbde258d341c52...37e2354e016648f7c74ad48fcb5524919bb228de
You're receiving this email because of your account on code.videolan.org.




More information about the libdvdnav-devel mailing list