Browse Source

Do not include pixfmt.h in avutil.h

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.9
Mans Rullgard 14 years ago
parent
commit
d49ea4afb4
5 changed files with 4 additions and 1 deletions
  1. +1
    -0
      libavcodec/avcodec.h
  2. +1
    -0
      libavfilter/avfilter.h
  3. +0
    -1
      libavutil/avutil.h
  4. +1
    -0
      libswscale/swscale.h
  5. +1
    -0
      libswscale/swscale_internal.h

+ 1
- 0
libavcodec/avcodec.h View File

@@ -30,6 +30,7 @@
#include "libavutil/samplefmt.h"
#include "libavutil/avutil.h"
#include "libavutil/cpu.h"
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"

#include "libavcodec/version.h"


+ 1
- 0
libavfilter/avfilter.h View File

@@ -24,6 +24,7 @@

#include "libavutil/avutil.h"
#include "libavutil/samplefmt.h"
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"

#define LIBAVFILTER_VERSION_MAJOR 2


+ 0
- 1
libavutil/avutil.h View File

@@ -122,6 +122,5 @@ char av_get_picture_type_char(enum AVPictureType pict_type);
#include "common.h"
#include "error.h"
#include "log.h"
#include "pixfmt.h"

#endif /* AVUTIL_AVUTIL_H */

+ 1
- 0
libswscale/swscale.h View File

@@ -28,6 +28,7 @@
*/

#include "libavutil/avutil.h"
#include "libavutil/pixfmt.h"

#define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 0


+ 1
- 0
libswscale/swscale_internal.h View File

@@ -28,6 +28,7 @@
#endif

#include "libavutil/avutil.h"
#include "libavutil/pixfmt.h"

#define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long



Loading…
Cancel
Save