Revision 5b21bdab libavutil/mem.h
libavutil/mem.h | ||
---|---|---|
23 | 23 |
* Memory handling functions. |
24 | 24 |
*/ |
25 | 25 |
|
26 |
#ifndef AV_MEM_H
|
|
27 |
#define AV_MEM_H
|
|
26 |
#ifndef FFMPEG_MEM_H
|
|
27 |
#define FFMPEG_MEM_H
|
|
28 | 28 |
|
29 | 29 |
#ifdef __GNUC__ |
30 | 30 |
#define DECLARE_ALIGNED(n,t,v) t v __attribute__ ((aligned (n))) |
... | ... | |
69 | 69 |
*/ |
70 | 70 |
void av_freep(void *ptr); |
71 | 71 |
|
72 |
#endif /* AV_MEM_H */ |
|
72 |
#endif /* FFMPEG_MEM_H */ |
Also available in: Unified diff