forked from pool/libdvdnav
c860cdd6d0
- update to 4.2.0: * added dvdnav_get_serial_string() function * fixed ifo leak in dvdnav_describe_chapters() * added dvdnav_get_video_resolution() to retrieve video resolution * added dvdnav_program_play() & dvdnav_current_title_program() for more reliable playback * fixed deadlock between dvdnav_reset() and dvd_clear() * fixed pthread_mutex_destroy macro for Win32 * fixed numerous assertion failures occuring when playing DVDs with new "copy protection" schemes * fixed forward seeks to always move forward OBS-URL: https://build.opensuse.org/request/show/95296 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdvdnav?expand=0&rev=12
12 lines
368 B
Diff
12 lines
368 B
Diff
--- src/Makefile.am.orig 2011-12-04 00:09:32.836001024 +0100
|
|
+++ src/Makefile.am 2011-12-04 00:09:49.615001024 +0100
|
|
@@ -4,7 +4,7 @@
|
|
|
|
includedir = ${prefix}/include/dvdnav
|
|
|
|
-AM_CPPFLAGS = $(THREAD_CFLAGS) $(DVDREAD_CFLAGS) \
|
|
+AM_CPPFLAGS = $(THREAD_CFLAGS) $(DVDREAD_CFLAGS) -fno-strict-aliasing \
|
|
-I$(top_srcdir)/src/vm
|
|
|
|
EXTRA_DIST = README.MAP FELLOWSHIP.map
|