- Timestamp:
- Dec 10, 2005, 8:41:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/configure.ac
r6019 r6024 679 679 exit -1 680 680 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"]) 684 684 685 685
Note: See TracChangeset
for help on using the changeset viewer.