Changeset 6003 in orxonox.OLD for branches/avi_play/configure.ac
- Timestamp:
- Dec 9, 2005, 6:07:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/configure.ac
r5961 r6003 660 660 AC_CHECK_HEADERS([avformat.h] ,, 661 661 [AC_CHECK_HEADERS([ffmpeg/avformat.h] ,,AC_MSG_ERROR([cannot find FFmpeg header.])])) 662 # checking for vorbisfile-lib662 # checking for ffmpeg-lib 663 663 AC_CHECK_LIB([avformat], [main], [FOUND_avformat=yes; LIBS="$LIBS -lavformat"]) 664 664 if test x$FOUND_avformat != xyes ; then 665 665 echo "------------------" 666 666 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." 667 675 echo "please install the FFmpeg library, which can be found at http://ffmpeg.sourceforge.new" 668 676 echo "------------------"
Note: See TracChangeset
for help on using the changeset viewer.