Author: sayer
Date: 2010-02-26 14:26:06 +0100 (Fri, 26 Feb 2010)
New Revision: 1646
Modified:
branches/1.1/apps/mp3/Makefile
Log:
we don't use any of the file functions - so big file access is ok (backport
from trunk r1641)
Modified: branches/1.1/apps/mp3/Makefile
===================================================================
--- branches/1.1/apps/mp3/Makefile 2010-02-26 13:23:14 UTC (rev 1645)
+++ branches/1.1/apps/mp3/Makefile 2010-02-26 13:26:06 UTC (rev 1646)
@@ -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