remove \r
[extl.git] / extl / media / config / sub_config.h
blobc27f06400179491fc61f8724fb9161bd5bc87dc7
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: sub_config.h
4 * Created: 09.02.05
5 * Updated: 09.02.05
7 * Brief: The Media Sub-Library Configuration
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 /* //////////////////////////////////////////////////////////////////// */
14 #ifndef EXTL_MEDIA_CONFIG_SUB_H
15 #define EXTL_MEDIA_CONFIG_SUB_H
17 #ifndef EXTL_MEDIA_CONFIG_H
18 # error This file must be included of extl\media\config\config.h
19 #endif
21 /* ///////////////////////////////////////////////////////////////////////
22 * Includes
24 #include "../ts/config/config.h"
26 /* //////////////////////////////////////////////////////////////////// */
27 #endif /* EXTL_MEDIA_CONFIG_SUB_H */
28 /* //////////////////////////////////////////////////////////////////// */