[FFmpeg-devel] [PATCH] lavc/old_codec_ids: Fix make checkheaders.
jamal
jamrial at gmail.com
Wed Aug 8 01:24:39 CEST 2012
common.h defines MKBETAG() and includes attributes.h
---
libavcodec/old_codec_ids.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/old_codec_ids.h b/libavcodec/old_codec_ids.h
index a163205..1c8d88e 100644
--- a/libavcodec/old_codec_ids.h
+++ b/libavcodec/old_codec_ids.h
@@ -19,7 +19,7 @@
#ifndef AVCODEC_OLD_CODEC_IDS_H
#define AVCODEC_OLD_CODEC_IDS_H
-#include "libavutil/attributes.h"
+#include "libavutil/common.h"
/*
* This header exists to prevent new codec IDs from being accidentally added to
--
1.7.8.6
More information about the ffmpeg-devel
mailing list