Author: sayer
Date: 2010-02-25 16:52:02 +0100 (Thu, 25 Feb 2010)
New Revision: 1641

Modified:
   trunk/apps/mp3/Makefile
Log:
we don't use any of the file functions - so big file access is ok

Modified: trunk/apps/mp3/Makefile
===================================================================
--- trunk/apps/mp3/Makefile     2010-02-25 15:50:45 UTC (rev 1640)
+++ trunk/apps/mp3/Makefile     2010-02-25 15:52:02 UTC (rev 1641)
@@ -10,7 +10,7 @@
 
 ifeq ($(WITH_MPG123DECODER), yes)
        module_ldflags += -lmpg123
-       module_cflags += -DWITH_MPG123DECODER
+       module_cflags += -DWITH_MPG123DECODER -D_FILE_OFFSET_BITS=64
 endif
 
 # if you want to build lame from source use these 

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to