[FFmpeg-cvslog] lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.

Clément Bœsch git at videolan.org
Fri May 18 23:44:49 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed May  9 08:22:06 2012 +0200| [64ff8a76706b4d67781b20331afef1bb07b8118f] | committer: Clément Bœsch

lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.

all_channel_layouts.h is not a real header file and breaks make checkheaders.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64ff8a76706b4d67781b20331afef1bb07b8118f
---

 libavfilter/{all_channel_layouts.h => all_channel_layouts.inc} |    0
 libavfilter/formats.c                                          |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/all_channel_layouts.h b/libavfilter/all_channel_layouts.inc
similarity index 100%
rename from libavfilter/all_channel_layouts.h
rename to libavfilter/all_channel_layouts.inc
diff --git a/libavfilter/formats.c b/libavfilter/formats.c
index 5564d03..16e14fa 100644
--- a/libavfilter/formats.c
+++ b/libavfilter/formats.c
@@ -281,7 +281,7 @@ AVFilterFormats *avfilter_make_all_formats(enum AVMediaType type)
 }
 
 const int64_t avfilter_all_channel_layouts[] = {
-#include "all_channel_layouts.h"
+#include "all_channel_layouts.inc"
     -1
 };
 



More information about the ffmpeg-cvslog mailing list