comparison bfin/dsputil_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 8327c5b4df9b
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 23
24 #ifndef FFMPEG_DSPUTIL_BFIN_H 24 #ifndef AVCODEC_BFIN_DSPUTIL_BFIN_H
25 #define FFMPEG_DSPUTIL_BFIN_H 25 #define AVCODEC_BFIN_DSPUTIL_BFIN_H
26 26
27 #ifdef __FDPIC__ 27 #ifdef __FDPIC__
28 #define attribute_l1_text __attribute__ ((l1_text)) 28 #define attribute_l1_text __attribute__ ((l1_text))
29 #define attribute_l1_data_b __attribute__((l1_data_B)) 29 #define attribute_l1_data_b __attribute__((l1_data_B))
30 #else 30 #else
69 #define PROF(a,b) 69 #define PROF(a,b)
70 #define EPROF() 70 #define EPROF()
71 #define bfprof() 71 #define bfprof()
72 #endif 72 #endif
73 73
74 #endif /* FFMPEG_DSPUTIL_BFIN_H */ 74 #endif /* AVCODEC_BFIN_DSPUTIL_BFIN_H */