Ignore:
Timestamp:
Mar 11, 2009 3:15:30 PM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/configure.in

    r1282 r1309  
    11AC_INIT(vizservers, 0.1, rappture@nanohub.org)
    2 AC_CONFIG_HEADER(nanoscale/config.h)
     2AC_CONFIG_HEADER(nanoscale/config.h nanovis/nvconf.h)
    33
    44VERSION=0.0.1
     
    184184AC_MSG_RESULT([${DX_DIR}])
    185185
    186 AC_MSG_CHECKING([for FFmpeg installation])
    187 FFMPEG_DIR=""
    188 for dir in \
    189  /apps/rappture \
    190  /usr
    191 do
    192   if test -r "${dir}/include/ffmpeg/avcodec.h" ; then
    193     FFMPEG_DIR="$dir"
    194     break
    195   fi
    196 done
    197 if test "x${FFMPEG_DIR}" = "x" ; then
    198   AC_MSG_ERROR([can't find FFmpeg installation])
    199 fi
    200 
    201 if test "${FFMPEG_DIR}" = "/usr" ; then
    202   FFMPEG_DIR=""
    203 #else
    204 #  LD_RPATH="$loader_run_path:${FFMPEG_DIR}/lib"
    205 fi
    206 
    207 AC_SUBST(FFMPEG_DIR)
    208 AC_MSG_RESULT([${FFMPEG_DIR}])
     186AC_CHECK_HEADERS([ffmpeg/avcodec.h libavcodec/avcodec.h ffmpeg/avformat.h libavformat/avformat.h ffmpeg/avutil.h libavutil/avutil.h])
    209187
    210188AC_MSG_CHECKING([for nVidia Cg installation])
Note: See TracChangeset for help on using the changeset viewer.