Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7704 in orxonox.OLD


Ignore:
Timestamp:
May 18, 2006, 6:32:46 PM (18 years ago)
Author:
bensch
Message:

configure-stuff (not finished yet…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/configure.ac

    r7695 r7704  
    514514#--------#
    515515# checking for FFmpeg-headers
    516   AX_CHECK_REQUIRED_HEADER_LIB([avformat.h ffmpeg/avformat.h] ,[avformat], [main],,, [http://ffmpeg.sourceforge.net])
    517   AX_CHECK_REQUIRED_HEADER_LIB([avcodec.h ffmpeg/avcodec.h], [avcodec], [main],,, [http://ffmpeg.sourceforge.net])
     516  AX_CHECK_REQUIRED_HEADER_LIB([avformat.h ffmpeg/avformat.h] ,[avformat], [main],
     517   [AX_CHECK_REQUIRED_HEADER_LIB([avcodec.h ffmpeg/avcodec.h], [avcodec], [main],,, [http://ffmpeg.sourceforge.net]) LIBS="${LIBS} -lavformat -lavcodec"],
     518   [AX_GET_INSTALL_NECESSARY_LIB([http://svn.orxonox.net/webdev/develop/ext_libs], [ffmpeg.tar.gz], [ffmpeg], [extern_libs/], [include/*.h lib/*.a])
     519       LIBS="-llualib -llua"  CPPFLAGS="${CPPFLAGS} -I$(top_build_dir)/extern_libs" ],
     520  [http://ffmpeg.sourceforge.net])
     521
    518522
    519523  AC_CHECK_LIB([avutil], [main], [FOUND_avutil=yes; LIBS="$LIBS -lavutil"])
Note: See TracChangeset for help on using the changeset viewer.