comparison configure.ac @ 878:aa044d71838f trunk

[svn] Goodbye ffmpeg, welcome back WMA.
author chainsaw
date Mon, 19 Mar 2007 13:15:52 -0700
parents 5b29a6fe9295
children d58c48b014ed
comparison
equal deleted inserted replaced
877:ecf3cb97dba1 878:aa044d71838f
544 544
545 if test "$enable_musepack" = "yes"; then 545 if test "$enable_musepack" = "yes"; then
546 INPUT_PLUGINS="$INPUT_PLUGINS musepack" 546 INPUT_PLUGINS="$INPUT_PLUGINS musepack"
547 fi 547 fi
548 548
549 dnl *** FFmpeg 549 dnl *** WMA
550 550
551 AC_ARG_ENABLE(ffmpeg, 551 AC_ARG_ENABLE(wma,
552 [ --disable-ffmpeg disable ffmpeg plugin. (default=enabled)], 552 [ --disable-wma disable wma plugin. (default=enabled)],
553 [enable_ffmpeg=$enableval], 553 [enable_wma=$enableval],
554 [enable_ffmpeg=yes] 554 [enable_wma=yes]
555 ) 555 )
556 556
557 if test "$enable_ffmpeg" = "yes"; then 557 if test "$enable_wma" = "yes"; then
558 INPUT_PLUGINS="$INPUT_PLUGINS ffmpeg" 558 INPUT_PLUGINS="$INPUT_PLUGINS wma"
559 fi 559 fi
560 560
561 dnl *** jack output plugin 561 dnl *** jack output plugin
562 AC_ARG_ENABLE( jack, 562 AC_ARG_ENABLE( jack,
563 [ --disable-jack disable jack output plugin (default=enabled)], [enable_jack=$enableval], 563 [ --disable-jack disable jack output plugin (default=enabled)], [enable_jack=$enableval],