summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 08:52:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 08:52:05 +0000
commitf19af4d788c1beda8755b45c65bcfc319b3389c0 (patch)
tree95c11729cbfed4c49b0ae28674f6d8ae2e34a6f0 /TOOLS
parent88961299aa124a0196549d63d2a702ab99c8a906 (diff)
downloadmpv-f19af4d788c1beda8755b45c65bcfc319b3389c0.tar.bz2
mpv-f19af4d788c1beda8755b45c65bcfc319b3389c0.tar.xz
Remove redundant definitions that are already present on the command line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26488 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/avisubdump.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/TOOLS/avisubdump.c b/TOOLS/avisubdump.c
index 9cc6d976eb..9606137e0c 100644
--- a/TOOLS/avisubdump.c
+++ b/TOOLS/avisubdump.c
@@ -7,8 +7,6 @@
* The subtitles are dumped to stdout.
*/
-#define _LARGEFILE_SOURCE
-#define _FILE_OFFSET_BITS 64
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>