Revision 5b21bdab libavcodec/dsputil.h
libavcodec/dsputil.h | ||
---|---|---|
27 | 27 |
* absolutely necessary to call emms_c() between dsp & float/double code |
28 | 28 |
*/ |
29 | 29 |
|
30 |
#ifndef DSPUTIL_H |
|
31 |
#define DSPUTIL_H |
|
30 |
#ifndef FFMPEG_DSPUTIL_H
|
|
31 |
#define FFMPEG_DSPUTIL_H
|
|
32 | 32 |
|
33 | 33 |
#include "avcodec.h" |
34 | 34 |
|
... | ... | |
743 | 743 |
} |
744 | 744 |
} |
745 | 745 |
|
746 |
#endif |
|
746 |
#endif /* FFMPEG_DSPUTIL_H */ |
Also available in: Unified diff