mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01: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"
|
#include "../config.h"
|
||||||
|
|
||||||
|
#ifdef USE_STREAM_CACHE
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@ -105,3 +107,5 @@ void shmem_free(void* p){
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user