g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git] / src / getopt / SConscript
blob14cabed4e643e2a3fda09cad7daa24c205377d26
1 Import('*')
3 if not env['msvc']:
4     Return()
6 env = env.Clone()
8 env.Prepend(CPPPATH = ['.'])
10 getopt = env.ConvenienceLibrary(
11     target = 'getopt',
12     source = ['getopt_long.c'],
15 Export('getopt')