Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 10, 2005, 5:56:36 PM (18 years ago)
Author:
hdavid
Message:

branches/avi_play

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/configure.ac

    r6003 r6013  
    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"])
     667        echo "please install the FFmpeg library, which can be found at http://ffmpeg.sourceforge.net"
     668        echo "------------------"
     669        exit -1
     670     fi
     671  AC_CHECK_LIB([avcodec], [main], [FOUND_avcodec=yes; LIBS="$LIBS -lavcodec"])
    672672     if test x$FOUND_avcodec != xyes ; then
    673673        echo "------------------"
    674674        echo "avcodec library not found."
    675         echo "please install the FFmpeg library, which can be found at http://ffmpeg.sourceforge.new"
     675        echo "please install the FFmpeg library, which can be found at http://ffmpeg.sourceforge.net"
     676        echo "------------------"
     677        exit -1
     678     fi
     679  AC_CHECK_LIB([avutil], [main], [FOUND_avutil=yes; LIBS="$LIBS -lavutil"])
     680     if test x$FOUND_avutil != xyes ; then
     681        echo "------------------"
     682        echo "avutil library not found."
     683        echo "please install the FFmpeg library, which can be found at http://ffmpeg.sourceforge.net"
     684        echo "------------------"
     685        exit -1
     686     fi
     687  AC_CHECK_LIB([dts], [main], [FOUND_dts=yes; LIBS="$LIBS -ldts"])
     688     if test x$FOUND_dts != xyes ; then
     689        echo "------------------"
     690        echo "dts library not found."
     691        echo "please install the FFmpeg library, which can be found at http://ffmpeg.sourceforge.net"
    676692        echo "------------------"
    677693        exit -1
Note: See TracChangeset for help on using the changeset viewer.