comparison libxvid_internal.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 25dcd46b8160
children e9d9d946f213
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef FFMPEG_LIBXVID_INTERNAL_H 21 #ifndef AVCODEC_LIBXVID_INTERNAL_H
22 #define FFMPEG_LIBXVID_INTERNAL_H 22 #define AVCODEC_LIBXVID_INTERNAL_H
23 23
24 /** 24 /**
25 * @file libxvid_internal.h 25 * @file libxvid_internal.h
26 * common functions for use with the Xvid wrappers 26 * common functions for use with the Xvid wrappers
27 */ 27 */
28 28
29 29
30 int av_tempfile(char *prefix, char **filename); 30 int av_tempfile(char *prefix, char **filename);
31 31
32 #endif /* FFMPEG_LIBXVID_INTERNAL_H */ 32 #endif /* AVCODEC_LIBXVID_INTERNAL_H */