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.
This commit is contained in:
Clément Bœsch 2012-05-09 08:22:06 +02:00
parent f8f3deb731
commit 64ff8a7670
2 changed files with 1 additions and 1 deletions

View 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
};