OSDN Git Service

lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.
authorClément Bœsch <ubitux@gmail.com>
Wed, 9 May 2012 06:22:06 +0000 (08:22 +0200)
committerClément Bœsch <ubitux@gmail.com>
Fri, 18 May 2012 21:34:11 +0000 (23:34 +0200)
all_channel_layouts.h is not a real header file and breaks make checkheaders.

libavfilter/all_channel_layouts.inc [moved from libavfilter/all_channel_layouts.h with 100% similarity]
libavfilter/formats.c

index 5564d03..16e14fa 100644 (file)
@@ -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
 };