diff options
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdutils.h b/cmdutils.h index 782a377929..3d75cfc5dd 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef CMDUTILS_H -#define CMDUTILS_H +#ifndef FFMPEG_CMDUTILS_H +#define FFMPEG_CMDUTILS_H typedef struct { const char *name; @@ -87,4 +87,4 @@ void show_version(const char *program_name); */ void show_license(void); -#endif /* CMDUTILS_H */ +#endif /* FFMPEG_CMDUTILS_H */ |