comparison bfin/config_bfin.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 78aa57eba353
children f9c847fb4839
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
28 body 28 body
29 29
30 rts; 30 rts;
31 */ 31 */
32 32
33 #ifndef FFMPEG_CONFIG_BFIN_H 33 #ifndef AVCODEC_BFIN_CONFIG_BFIN_H
34 #define FFMPEG_CONFIG_BFIN_H 34 #define AVCODEC_BFIN_CONFIG_BFIN_H
35 35
36 #ifndef DEFUN 36 #ifndef DEFUN
37 37
38 #define mL3 .text 38 #define mL3 .text
39 #ifndef mL1 39 #ifndef mL1
60 #define RELOC(reg,got,obj) reg.L = obj; reg.H = obj 60 #define RELOC(reg,got,obj) reg.L = obj; reg.H = obj
61 #endif 61 #endif
62 62
63 #endif 63 #endif
64 64
65 #endif /* FFMPEG_CONFIG_BFIN_H */ 65 #endif /* AVCODEC_BFIN_CONFIG_BFIN_H */