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:
faust3 2003-04-02 16:40:02 +00:00
parent b80e027d4e
commit cefce33dc6
1 changed files with 4 additions and 0 deletions

View File

@ -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