npv: media pipeline
[nyanmp.git] / npv / pipeline / namespace / public.h
blob5e6b2682bcbe5189c937601b85ec6c2f0b26081b
1 #ifndef CLEANUP
2 #define audio_thd_start pipeline_audio_thd_start
3 #define init_once pipeline_init_once
4 #define limits_lock pipeline_limits_lock
5 #define limits_p pipeline_limits_p
6 #define limits_t pipeline_limits_t
7 #define limits_unlock pipeline_limits_unlock
8 #define read_thd_start pipeline_read_thd_start
9 #define video_thd_start pipeline_video_thd_start
10 /*============================================================================*/
11 #else
12 #undef audio_thd_start
13 #undef init_once
14 #undef limits_lock
15 #undef limits_p
16 #undef limits_t
17 #undef limits_unlock
18 #undef read_thd_start
19 #undef video_thd_start
20 #endif