Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6024 in orxonox.OLD


Ignore:
Timestamp:
Dec 10, 2005, 8:41:40 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: check for theora and dc1394 should work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/configure.ac

    r6019 r6024  
    679679        exit -1
    680680     fi
    681   AC_CHECK_LIB([avutil], [main], [FOUND_avutil=yes; LIBS="$LIBS -lavutil"])
    682 
    683   AC_CHECK_LIB([dts], [main], [FOUND_dts=yes; LIBS="$LIBS -ldts"])
     681  AC_CHECK_LIB([theora], [main], [FOUND_theora=yes; LIBS="$LIBS -ltheora"])
     682
     683  AC_CHECK_LIB([raw1394], [main], [FOUND_raw1394=yes; LIBS="$LIBS -lraw1394"])
    684684
    685685
Note: See TracChangeset for help on using the changeset viewer.