- Timestamp:
- Jan 31, 2006, 1:04:54 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r6876 r6877 508 508 509 509 #--------# 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 #--------#521 510 # FFmpeg # 522 511 #--------# … … 544 533 fi 545 534 AC_CHECK_LIB([avutil], [main], [FOUND_avutil=yes; LIBS="$LIBS -lavutil"]) 546 535 AC_CHECK_LIB([xvid], [main], [FOUND_xvid=yes; LIBS="$LIBS -lxvid"]) 547 536 AC_CHECK_LIB([gcj], [main], [FOUND_gcj=yes; LIBS="$LIBS -lgcj"]) 548 549 537 AC_CHECK_LIB([theora], [main], [FOUND_theora=yes; LIBS="$LIBS -ltheora"]) 550 551 538 AC_CHECK_LIB([dts], [main], [FOUND_dts=yes; LIBS="$LIBS -ldts"]) 552 553 539 AC_CHECK_LIB([gsm], [main], [FOUND_gsm=yes; LIBS="$LIBS -lgsm"]) 554 555 540 AC_CHECK_LIB([dc1394_control], [main], [FOUND_dc1394_control=yes; LIBS="$LIBS -ldc1394_control"]) 556 557 541 AC_CHECK_LIB([vorbisenc], [main], [FOUND_vorbisenc=yes; LIBS="$LIBS -lvorbisenc"]) 542 543 544 #--------# 545 # vorbis # 546 #--------# 547 AX_CHECK_REQUIRED_HEADER_LIB([vorbis/vorbisfile.h], [vorbisfile], [main],,, [http://www.xiph.org/ogg/vorbis/index.html]) 548 AX_CHECK_REQUIRED_HEADER_LIB([vorbis/codec.h], [vorbis], [main],,, [http://www.xiph.org/ogg/vorbis/index.html]) 549 550 #-----# 551 # ogg # 552 #-----# 553 AX_CHECK_REQUIRED_HEADER_LIB([ogg/ogg.h], [ogg], [main],,, [http://www.xiph.org/ogg/vorbis/index.html]) 554 558 555 559 556 #---------# -
trunk/src/lib/graphics/importer/media_container.cc
r6731 r6877 19 19 For more information refere to https://www.orxonox.net/cgi-bin/trac.cgi/wiki/DebugOutput 20 20 */ 21 #define DEBUG_ MODULE_MEDIA21 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_GRAPHICS 22 22 23 23
Note: See TracChangeset
for help on using the changeset viewer.