Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6003 in orxonox.OLD for branches/avi_play/configure.ac


Ignore:
Timestamp:
Dec 9, 2005, 6:07:05 PM (18 years ago)
Author:
hdavid
Message:

branches/avi_play: some init stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/configure.ac

    r5961 r6003  
    660660  AC_CHECK_HEADERS([avformat.h] ,,
    661661      [AC_CHECK_HEADERS([ffmpeg/avformat.h] ,,AC_MSG_ERROR([cannot find FFmpeg header.])]))
    662 # checking for vorbisfile-lib
     662# checking for ffmpeg-lib
    663663  AC_CHECK_LIB([avformat], [main], [FOUND_avformat=yes; LIBS="$LIBS -lavformat"])
    664664     if test x$FOUND_avformat != xyes ; then
    665665        echo "------------------"
    666666        echo "avformat library not found."
     667        echo "please install the FFmpeg library, which can be found at http://ffmpeg.sourceforge.new"
     668        echo "------------------"
     669        exit -1
     670     fi
     671        AC_CHECK_LIB([avcodec], [main], [FOUND_avcodec=yes; LIBS="$LIBS -lavcodec"])
     672     if test x$FOUND_avcodec != xyes ; then
     673        echo "------------------"
     674        echo "avcodec library not found."
    667675        echo "please install the FFmpeg library, which can be found at http://ffmpeg.sourceforge.new"
    668676        echo "------------------"
Note: See TracChangeset for help on using the changeset viewer.