mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
atm shmem.c is only needed for cache2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9798 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b80e027d4e
commit
cefce33dc6
@ -8,6 +8,8 @@
|
||||
|
||||
#include "../config.h"
|
||||
|
||||
#ifdef USE_STREAM_CACHE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@ -105,3 +107,5 @@ void shmem_free(void* p){
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user