Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6877 in orxonox.OLD for trunk/configure.ac


Ignore:
Timestamp:
Jan 31, 2006, 1:04:54 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: compiles with the new libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r6876 r6877  
    508508
    509509#--------#
    510 # vorbis #
    511 #--------#
    512 AX_CHECK_REQUIRED_HEADER_LIB([vorbis/vorbisfile.h], [vorbisfile], [main],,, [http://www.xiph.org/ogg/vorbis/index.html])
    513 AX_CHECK_REQUIRED_HEADER_LIB([vorbis/codec.h], [vorbis], [main],,, [http://www.xiph.org/ogg/vorbis/index.html])
    514 
    515 #-----#
    516 # ogg #
    517 #-----#
    518 AX_CHECK_REQUIRED_HEADER_LIB([ogg/ogg.h], [ogg], [main],,, [http://www.xiph.org/ogg/vorbis/index.html])
    519 
    520 #--------#
    521510# FFmpeg #
    522511#--------#
     
    544533     fi
    545534  AC_CHECK_LIB([avutil], [main], [FOUND_avutil=yes; LIBS="$LIBS -lavutil"])
    546 
     535  AC_CHECK_LIB([xvid], [main], [FOUND_xvid=yes; LIBS="$LIBS -lxvid"])
    547536  AC_CHECK_LIB([gcj], [main], [FOUND_gcj=yes; LIBS="$LIBS -lgcj"])
    548 
    549537  AC_CHECK_LIB([theora], [main], [FOUND_theora=yes; LIBS="$LIBS -ltheora"])
    550 
    551538  AC_CHECK_LIB([dts], [main], [FOUND_dts=yes; LIBS="$LIBS -ldts"])
    552 
    553539  AC_CHECK_LIB([gsm], [main], [FOUND_gsm=yes; LIBS="$LIBS -lgsm"])
    554 
    555540  AC_CHECK_LIB([dc1394_control], [main], [FOUND_dc1394_control=yes; LIBS="$LIBS -ldc1394_control"])
    556 
    557541  AC_CHECK_LIB([vorbisenc], [main], [FOUND_vorbisenc=yes; LIBS="$LIBS -lvorbisenc"])
     542
     543
     544#--------#
     545# vorbis #
     546#--------#
     547AX_CHECK_REQUIRED_HEADER_LIB([vorbis/vorbisfile.h], [vorbisfile], [main],,, [http://www.xiph.org/ogg/vorbis/index.html])
     548AX_CHECK_REQUIRED_HEADER_LIB([vorbis/codec.h], [vorbis], [main],,, [http://www.xiph.org/ogg/vorbis/index.html])
     549
     550#-----#
     551# ogg #
     552#-----#
     553AX_CHECK_REQUIRED_HEADER_LIB([ogg/ogg.h], [ogg], [main],,, [http://www.xiph.org/ogg/vorbis/index.html])
     554
    558555
    559556#---------#
Note: See TracChangeset for help on using the changeset viewer.