npv:_reasonable_ "pedanticage" of the code
[nyanmp.git] / npv / pipeline / main.c
blobc05a201eef722422de2f82929800cb2789fc7410
1 #ifndef NPV_PIPELINE_MAIN_C
2 #define NPV_PIPELINE_MAIN_C
3 /*
4 * code protected with a GNU affero GPLv3 license
5 * copyright (C) 2020 Sylvain BERTRAND
6 */
7 #include <stdbool.h>
8 #include <stdarg.h>
9 #include <string.h>
10 #include <time.h>
11 #include <signal.h>
12 #include <stdint.h>
13 #include <pthread.h>
14 #include "npv/c_fixing.h"
15 #include "npv/global.h"
16 #include "npv/public.h"
17 #include "npv/pkt_q/public.h"
18 #include "npv/pipeline/public.h"
19 #include "npv/fmt/public.h"
20 #include "npv/audio/public.h"
21 #include "npv/video/public.h"
22 /*----------------------------------------------------------------------------*/
23 #include "npv/namespace/ffmpeg.h"
24 #include "npv/pipeline/namespace/public.h"
25 #include "npv/pipeline/namespace/main.c"
26 /*----------------------------------------------------------------------------*/
27 #include "npv/pipeline/local/state.frag.c"
28 /*----------------------------------------------------------------------------*/
29 #include "npv/pipeline/local/code.frag.c"
30 #include "npv/pipeline/public/code.frag.c"
31 /*----------------------------------------------------------------------------*/
32 #define CLEANUP
33 #include "npv/namespace/ffmpeg.h"
34 #include "npv/pipeline/namespace/public.h"
35 #include "npv/pipeline/namespace/main.c"
36 #undef CLEANUP
37 #endif