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
4cf84e25
Commit
4cf84e25
authored
Nov 03, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop some unnecessary config.h #includes
parent
bca41545
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
7 deletions
+4
-7
thread.h
libavcodec/thread.h
+0
-1
tls.h
libavformat/tls.h
+2
-2
cpu.h
libavutil/aarch64/cpu.h
+0
-1
cpu.h
libavutil/arm/cpu.h
+0
-1
cpu_internal.h
libavutil/cpu_internal.h
+2
-0
cpu.h
libavutil/ppc/cpu.h
+0
-1
cpu.h
libavutil/x86/cpu.h
+0
-1
No files found.
libavcodec/thread.h
View file @
4cf84e25
...
...
@@ -29,7 +29,6 @@
#include "libavutil/buffer.h"
#include "config.h"
#include "avcodec.h"
typedef
struct
ThreadFrame
{
...
...
libavformat/tls.h
View file @
4cf84e25
...
...
@@ -22,10 +22,10 @@
#ifndef AVFORMAT_TLS_H
#define AVFORMAT_TLS_H
#include "config.h"
#include "url.h"
#include "libavutil/opt.h"
#include "url.h"
typedef
struct
TLSShared
{
char
*
ca_file
;
int
verify
;
...
...
libavutil/aarch64/cpu.h
View file @
4cf84e25
...
...
@@ -19,7 +19,6 @@
#ifndef AVUTIL_AARCH64_CPU_H
#define AVUTIL_AARCH64_CPU_H
#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"
...
...
libavutil/arm/cpu.h
View file @
4cf84e25
...
...
@@ -19,7 +19,6 @@
#ifndef AVUTIL_ARM_CPU_H
#define AVUTIL_ARM_CPU_H
#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"
...
...
libavutil/cpu_internal.h
View file @
4cf84e25
...
...
@@ -19,6 +19,8 @@
#ifndef AVUTIL_CPU_INTERNAL_H
#define AVUTIL_CPU_INTERNAL_H
#include "config.h"
#include "cpu.h"
#define CPUEXT_SUFFIX(flags, suffix, cpuext) \
...
...
libavutil/ppc/cpu.h
View file @
4cf84e25
...
...
@@ -19,7 +19,6 @@
#ifndef AVUTIL_PPC_CPU_H
#define AVUTIL_PPC_CPU_H
#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"
...
...
libavutil/x86/cpu.h
View file @
4cf84e25
...
...
@@ -19,7 +19,6 @@
#ifndef AVUTIL_X86_CPU_H
#define AVUTIL_X86_CPU_H
#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"
...
...
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