comparison dsputil.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 09f99af1db40
children 83ac4620c6ed
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
25 * DSP utils. 25 * DSP utils.
26 * note, many functions in here may use MMX which trashes the FPU state, it is 26 * note, many functions in here may use MMX which trashes the FPU state, it is
27 * absolutely necessary to call emms_c() between dsp & float/double code 27 * absolutely necessary to call emms_c() between dsp & float/double code
28 */ 28 */
29 29
30 #ifndef DSPUTIL_H 30 #ifndef FFMPEG_DSPUTIL_H
31 #define DSPUTIL_H 31 #define FFMPEG_DSPUTIL_H
32 32
33 #include "avcodec.h" 33 #include "avcodec.h"
34 34
35 35
36 //#define DEBUG 36 //#define DEBUG
741 dst+=dstStride; 741 dst+=dstStride;
742 src+=srcStride; 742 src+=srcStride;
743 } 743 }
744 } 744 }
745 745
746 #endif 746 #endif /* FFMPEG_DSPUTIL_H */