totem r5023 - in branches/gnome-2-20: . src/plparse



Author: hadess
Date: Tue Jan 15 19:55:15 2008
New Revision: 5023
URL: http://svn.gnome.org/viewvc/totem?rev=5023&view=rev

Log:
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)



Modified:
   branches/gnome-2-20/ChangeLog
   branches/gnome-2-20/src/plparse/Makefile.am

Modified: branches/gnome-2-20/src/plparse/Makefile.am
==============================================================================
--- branches/gnome-2-20/src/plparse/Makefile.am	(original)
+++ branches/gnome-2-20/src/plparse/Makefile.am	Tue Jan 15 19:55:15 2008
@@ -74,6 +74,8 @@
 	-I$(top_srcdir)				\
 	-I$(top_builddir)/src/plparser		\
 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"\
+	-D_FILE_OFFSET_BITS=64			\
+	-D_LARGEFILE64_SOURCE			\
 	$(DISABLE_DEPRECATED)			\
 	$(AM_CPPFLAGS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]