diff options
Diffstat (limited to 'third_party/libjpeg/using_libjpeg.scons')
-rw-r--r-- | third_party/libjpeg/using_libjpeg.scons | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/libjpeg/using_libjpeg.scons b/third_party/libjpeg/using_libjpeg.scons index d1e6cf2..d7449f5 100644 --- a/third_party/libjpeg/using_libjpeg.scons +++ b/third_party/libjpeg/using_libjpeg.scons @@ -16,21 +16,3 @@ env.Append( 'libjpeg', ], ) -# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -__doc__ = """ -Settings for other components using the libjpeg library. -""" - -Import("env") - -env.Append( - CPPPATH = [ - '$LIBJPEG_DIR', - ], - LIBS = [ - 'libjpeg', - ], -) |