8 lines
161 B
C
8 lines
161 B
C
|
#ifndef RESAMPLE_HAS_SMALL_FILTER
|
||
|
# define RESAMPLE_HAS_SMALL_FILTER 1
|
||
|
#endif
|
||
|
|
||
|
#ifndef RESAMPLE_HAS_LARGE_FILTER
|
||
|
# define RESAMPLE_HAS_LARGE_FILTER 1
|
||
|
#endif
|