mpv/osdep
mplayer-svn bbc9fccd46 cache2: allow cache sizes up to 4 TB
Remove variable that is only assigned but never used.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34791 b3059339-0415-0410-9bf9-f77b7e298cf2

Allow using a cache size of up to 4 TB.
Obviously anything close to 4 GB will always fail
on 32 bit systems.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34792 b3059339-0415-0410-9bf9-f77b7e298cf2

Replace off_t by int64_t in cache code.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34793 b3059339-0415-0410-9bf9-f77b7e298cf2

Remove casts that are no longer necessary.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34794 b3059339-0415-0410-9bf9-f77b7e298cf2

Fix header file after r34793.

Patch by Stephen Sheldon, sfsheldo gmail com.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34802 b3059339-0415-0410-9bf9-f77b7e298cf2

Put #include <inttypes.h> into the header file where it should be.

Reported by Stephen Sheldon, sfsheldo gmail com.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34798 b3059339-0415-0410-9bf9-f77b7e298cf2

Correct r34798.

The header only needs stdint.h while the C file needs inttypes.h.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34799 b3059339-0415-0410-9bf9-f77b7e298cf2

Author: reimar
2012-08-03 01:52:40 +02:00
..
cocoa_events.h OSX, input: implement wakeup in response to Cocoa events 2012-04-26 21:03:10 +03:00
cocoa_events.m OSX, input: implement wakeup in response to Cocoa events 2012-04-26 21:03:10 +03:00
getch2-win.c mp_msg: remove filename_recode 2012-07-31 01:35:53 +02:00
getch2.c mp_msg: remove filename_recode 2012-07-31 01:35:53 +02:00
getch2.h mp_msg: remove filename_recode 2012-07-31 01:35:53 +02:00
gettimeofday.c
glob-win.c osdep:/glob-win.c: reformat 2012-08-03 01:31:32 +02:00
glob.h
io.c win32: use more unicode functions 2012-04-06 23:56:30 +02:00
io.h win32: use more unicode functions 2012-04-06 23:56:30 +02:00
macosx_finder_args.h mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
macosx_finder_args.m mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
mmap.h
mmap_anon.c
mmap_anon.h
mplayer.exe.manifest
mplayer.rc win32: simplify icon loading 2012-04-14 17:03:11 +02:00
numcores.c
numcores.h
priority.c build: remove OS/2 support 2012-04-06 17:45:56 +03:00
priority.h
setenv.c
shmem.c cache2: allow cache sizes up to 4 TB 2012-08-03 01:52:40 +02:00
shmem.h cache2: allow cache sizes up to 4 TB 2012-08-03 01:52:40 +02:00
strsep.c
strsep.h
timer-darwin.c
timer-linux.c Remove leftover BeOS support stuff 2012-08-03 01:20:51 +02:00
timer-win2.c
timer.h
vsscanf.c