summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-01-15 19:55:15 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-01-15 19:55:15 +0000
commit89e5146c285aa69d288b0552644091f90c36c124 (patch)
tree5dd6b1a7e5fd1008ffb86bda0e2f5b10c2ccf111
parentd8b68c4bb798e1cd9c27f3e8111dd55ae55ab660 (diff)
downloadtotem-89e5146c285aa69d288b0552644091f90c36c124.tar.gz
Use 64-bit versions of the functions when possible, fixes DVD ISO not
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) svn path=/branches/gnome-2-20/; revision=5023
-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)