diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-02-11 22:26:03 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-02-13 07:59:00 -0800 |
commit | 94a1c7491bb393f4ae822cf49c2a8038e41409f5 (patch) | |
tree | 516c9dd59082868c7375fa8706b0401d683551e5 /cmdutils.h | |
parent | a9b81bfd1c7a9b3d4c92af99aee9a284d1133b9e (diff) | |
download | ffmpeg-94a1c7491bb393f4ae822cf49c2a8038e41409f5.tar.gz |
fate/source: Do not use GNU extensions in sed
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdutils.h b/cmdutils.h index 7f3db2af1a..83ea4ad39e 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_CMDUTILS_H -#define FFMPEG_CMDUTILS_H +#ifndef CMDUTILS_H +#define CMDUTILS_H #include <stdint.h> |