[vlc-devel] commit: Do not undef _FILE_OFFSET_BITS (fixes: #3031) ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Aug 6 19:10:31 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Aug 6 20:02:30 2009 +0300| [d02001eb0ee217ad7bf7ab86c13903521af8bf18] | committer: Rémi Denis-Courmont
Do not undef _FILE_OFFSET_BITS (fixes: #3031)
This partially reverts f1175e715bfd288cdd17bf34ee3ee4f4b137432b.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d02001eb0ee217ad7bf7ab86c13903521af8bf18
---
src/modules/modules.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/modules/modules.c b/src/modules/modules.c
index 3d07c64..0a0a24a 100644
--- a/src/modules/modules.c
+++ b/src/modules/modules.c
@@ -32,12 +32,6 @@
#include <vlc_plugin.h>
#include "libvlc.h"
-/* Some faulty libcs have a broken struct dirent when _FILE_OFFSET_BITS
- * is set to 64. Don't try to be cleverer. */
-#ifdef _FILE_OFFSET_BITS
-#undef _FILE_OFFSET_BITS
-#endif
-
#include <stdlib.h> /* free(), strtol() */
#include <stdio.h> /* sprintf() */
#include <string.h> /* strdup() */
More information about the vlc-devel
mailing list