1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-10-30 23:18:11 +02:00

fate/source: Do not use GNU extensions in sed

This commit is contained in:
Timothy Gu
2016-02-11 22:26:03 -08:00
parent a9b81bfd1c
commit 94a1c7491b
2 changed files with 7 additions and 5 deletions

View File

@@ -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>