source: svn/newcon3bcm2_21bu/dst/dmw/src/cc/cc_ddi.c @ 69

Last change on this file since 69 was 69, checked in by phkim, 10 years ago

1.phkim

  1. 광주방송
  2. 변경내용
    • VBI 캡션 disabled
  • Property svn:executable set to *
File size: 293 bytes
Line 
1
2#include "cc_config.h"
3
4#if CC_PLATFORM==PLATFORM_WIN
5
6#include "cc_ddi_win.c"
7
8#elif CC_PLATFORM==PLATFORM_BRCM
9
10#include "cc_ddi_brcm.c"
11
12#elif CC_PLATFORM==PLATFORM_LG
13
14#include "cc_ddi_lg.c"
15
16#elif CC_PLATFORM==PLATFORM_NEC
17
18#include "cc_ddi_NEC.c"
19
20#else
21
22#endif
23
Note: See TracBrowser for help on using the repository browser.