Browse Source

Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906'

* commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906':
  Drop some unnecessary config.h #includes

Merged-by: James Almer <jamrial@gmail.com>
tags/n4.0
James Almer 8 years ago
parent
commit
35347e7e9b
7 changed files with 4 additions and 7 deletions
  1. +0
    -1
      libavcodec/thread.h
  2. +2
    -2
      libavformat/tls.h
  3. +0
    -1
      libavutil/aarch64/cpu.h
  4. +0
    -1
      libavutil/arm/cpu.h
  5. +2
    -0
      libavutil/cpu_internal.h
  6. +0
    -1
      libavutil/ppc/cpu.h
  7. +0
    -1
      libavutil/x86/cpu.h

+ 0
- 1
libavcodec/thread.h View File

@@ -29,7 +29,6 @@

#include "libavutil/buffer.h"

#include "config.h"
#include "avcodec.h"

typedef struct ThreadFrame {


+ 2
- 2
libavformat/tls.h View File

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


+ 0
- 1
libavutil/aarch64/cpu.h View File

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



+ 0
- 1
libavutil/arm/cpu.h View File

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



+ 2
- 0
libavutil/cpu_internal.h View File

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


+ 0
- 1
libavutil/ppc/cpu.h View File

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



+ 0
- 1
libavutil/x86/cpu.h View File

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



Loading…
Cancel
Save