comparison i386/vp3dsp_mmx.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents f276a83296d5
children 02784df73762
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef VP3DSP_MMX_H 22 #ifndef FFMPEG_VP3DSP_MMX_H
23 #define VP3DSP_MMX_H 23 #define FFMPEG_VP3DSP_MMX_H
24 24
25 #include "dsputil.h" 25 #include "dsputil.h"
26 26
27 void ff_vp3_idct_mmx(int16_t *data); 27 void ff_vp3_idct_mmx(int16_t *data);
28 void ff_vp3_idct_put_mmx(uint8_t *dest, int line_size, DCTELEM *block); 28 void ff_vp3_idct_put_mmx(uint8_t *dest, int line_size, DCTELEM *block);
29 void ff_vp3_idct_add_mmx(uint8_t *dest, int line_size, DCTELEM *block); 29 void ff_vp3_idct_add_mmx(uint8_t *dest, int line_size, DCTELEM *block);
30 void ff_vp3_dsp_init_mmx(void); 30 void ff_vp3_dsp_init_mmx(void);
31 31
32 #endif /* VP3DSP_MMX_H */ 32 #endif /* FFMPEG_VP3DSP_MMX_H */