~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Open Mash Cross Reference
mash/conf/configure.in.degas

Component: ~ [ mash ] ~ [ apps ] ~ [ gsm ] ~ [ lib ] ~ [ otcl ] ~ [ srm ] ~ [ tcl8.3 ] ~ [ tclcl ] ~ [ tk8.3 ] ~ [ tutorials ] ~

  1 dnl configure.in.degas --
  2 dnl
  3 dnl     configuration for Video Effects (DEGAS) Processing Support.
  4 dnl     Disabled by default
  5 dnl
  6 dnl Copyright (c) 2002-2002 The Regents of the University of California.
  7 dnl All rights reserved.
  8 dnl
  9 dnl Redistribution and use in source and binary forms, with or without
 10 dnl modification, are permitted provided that the following conditions are met:
 11 dnl
 12 dnl A. Redistributions of source code must retain the above copyright notice,
 13 dnl    this list of conditions and the following disclaimer.
 14 dnl B. Redistributions in binary form must reproduce the above copyright
 15 dnl    notice, this list of conditions and the following disclaimer in the
 16 dnl    documentation and/or other materials provided with the distribution.
 17 dnl C. Neither the names of the copyright holders nor the names of its
 18 dnl    contributors may be used to endorse or promote products derived from
 19 dnl    this software without specific prior written permission.
 20 dnl
 21 dnl THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
 22 dnl IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 23 dnl THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 24 dnl PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
 25 dnl LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 26 dnl CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 27 dnl SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 28 dnl INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 29 dnl CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 30 dnl ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 31 dnl POSSIBILITY OF SUCH DAMAGE.
 32 
 33 V_DEGAS_DEF=""
 34 V_DEGAS_OBJ=""
 35 V_DEGAS_INC=""
 36 V_DEGAS_LIB=""
 37 
 38 AC_ARG_ENABLE(degas, [  --enable-degas          enable programmable media gateway package], degas_flag=$enableval, degas_flag="no")
 39 
 40 if test "$degas_flag" != "no" ; then
 41         V_DEGAS_DEF="-D__DEGAS_ENABLED__"
 42         V_DEGAS_OBJ="\$(DEGAS_OBJ)"
 43         V_DEGAS_INC="-I${DALI_SRC_LOCATION}/include"
 44         V_DEGAS_LIB="\$(DEGAS_LIB)"
 45         V_MID_OBJ="\$(MID_OBJ)"
 46 fi
 47 
 48 AC_SUBST(V_DEGAS_DEF)
 49 AC_SUBST(V_DEGAS_OBJ)
 50 AC_SUBST(V_DEGAS_INC)
 51 AC_SUBST(V_DEGAS_LIB)
 52 AC_SUBST(V_MID_OBJ)

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.