summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/plparse/Makefile.am2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5b2a10d0..2fd7cd963 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-15 Bastien Nocera <hadess@hadess.net>
+
+ * src/plparse/Makefile.am: Use 64-bit versions of the
+ functions when possible, fixes DVD ISO not being recognised
+ (Closes: #509020)
+
2008-01-13 Bastien Nocera <hadess@hadess.net>
* src/backend/bacon-video-widget-xine.c: (xine_event):
diff --git a/src/plparse/Makefile.am b/src/plparse/Makefile.am
index a4c70f20a..cfd96c40f 100644
--- a/src/plparse/Makefile.am
+++ b/src/plparse/Makefile.am
@@ -74,6 +74,8 @@ libtotem_plparser_la_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir)/src/plparser \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\"\
+ -D_FILE_OFFSET_BITS=64 \
+ -D_LARGEFILE64_SOURCE \
$(DISABLE_DEPRECATED) \
$(AM_CPPFLAGS)