Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
94a1c749
Commit
94a1c749
authored
Feb 12, 2016
by
Timothy Gu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate/source: Do not use GNU extensions in sed
parent
a9b81bfd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
cmdutils.h
cmdutils.h
+2
-2
source-check.sh
tests/fate/source-check.sh
+5
-3
No files found.
cmdutils.h
View file @
94a1c749
...
...
@@ -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>
...
...
tests/fate/source-check.sh
View file @
94a1c749
...
...
@@ -19,10 +19,12 @@ git grep -L -E "This file is part of FFmpeg|This file is part of libswresample|"
echo
Headers without standard inclusion guards:
for
f
in
`
git ls-files |
grep
'\.h$'
`
;
do
macro
=
"
`
echo
$f
|
sed
\
-e
'/\/\|^ff/!{s/\(.*\)/ffmpeg\/\1/}'
\
-e
's/^lib//'
\
-e
's/[^A-Za-z0-9]\{1\,\}/_/g'
\
-e
's/_\(a\|v\|av\)f_/_/'
\
-e
's/[^A-Za-z0-9]\{1,\}/_/g'
\
-e
's/_af_/_/'
\
-e
's/_vf_/_/'
\
-e
's/_avf_/_/'
\
-e
's/_vaf_/_/'
\
|
tr
abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
`
"
grep
-L
"^#define
$macro
$"
$f
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment