diff options
author | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2007-06-17 18:59:28 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2007-06-17 18:59:28 +0000 |
commit | efb775777f815f3140f79f58d3f756a3a4831235 (patch) | |
tree | 37b7226a701aae3bd21e2df3c2a709f16f5b02c7 /libavcodec/ppc | |
parent | 9cafbd6c490624315c5713db9ba960a408d3e73b (diff) | |
download | ffmpeg-efb775777f815f3140f79f58d3f756a3a4831235.tar.gz |
add a comment to indicate which #endif belong to which #define
Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r-- | libavcodec/ppc/mathops.h | 2 | ||||
-rw-r--r-- | libavcodec/ppc/types_altivec.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ppc/mathops.h b/libavcodec/ppc/mathops.h index e339231a4d..92483fb6f2 100644 --- a/libavcodec/ppc/mathops.h +++ b/libavcodec/ppc/mathops.h @@ -35,4 +35,4 @@ __rt; }) #endif -#endif +#endif // AVCODEC_PPC_MATHOPS_H diff --git a/libavcodec/ppc/types_altivec.h b/libavcodec/ppc/types_altivec.h index ca15609a2f..d8430097a6 100644 --- a/libavcodec/ppc/types_altivec.h +++ b/libavcodec/ppc/types_altivec.h @@ -43,4 +43,4 @@ #define zero_u32v (vec_u32_t) zerov #define zero_s32v (vec_s32_t) zerov -#endif +#endif // AVCODEC_TYPES_ALTIVEC_H |