566 | | case "$ac_option" in |
567 | | --disable-hq-scalers) _build_hq_scalers=no ;; |
568 | | --disable-scalers) _build_scalers=no ;; |
569 | | --enable-alsa) _alsa=yes ;; |
570 | | --disable-alsa) _alsa=no ;; |
571 | | --enable-vorbis) _vorbis=yes ;; |
572 | | --disable-vorbis) _vorbis=no ;; |
573 | | --enable-tremor) _tremor=yes ;; |
574 | | --disable-tremor) _tremor=no ;; |
575 | | --enable-flac) _flac=yes ;; |
576 | | --disable-flac) _flac=no ;; |
577 | | --enable-mad) _mad=yes ;; |
578 | | --disable-mad) _mad=no ;; |
579 | | --enable-zlib) _zlib=yes ;; |
580 | | --disable-zlib) _zlib=no ;; |
581 | | --enable-nasm) _nasm=yes ;; |
582 | | --disable-nasm) _nasm=no ;; |
583 | | --disable-mpeg2) _mpeg2=no ;; |
584 | | --disable-fluidsynth) _fluidsynth=no ;; |
585 | | --enable-plugins) _build_plugins=yes ;; |
586 | | --enable-mt32emu) _mt32emu=yes ;; |
587 | | --disable-mt32emu) _mt32emu=no ;; |
588 | | --with-fluidsynth-prefix=*) |
589 | | arg=`echo $ac_option | cut -d '=' -f 2` |
590 | | FLUIDSYNTH_CFLAGS="-I$arg/include" |
591 | | FLUIDSYNTH_LIBS="-L$arg/lib" |
592 | | ;; |
593 | | --with-mpeg2-prefix=*) |
594 | | arg=`echo $ac_option | cut -d '=' -f 2` |
595 | | MPEG2_CFLAGS="-I$arg/include" |
596 | | MPEG2_LIBS="-L$arg/lib" |
597 | | ;; |
598 | | --with-alsa-prefix=*) |
599 | | arg=`echo $ac_option | cut -d '=' -f 2` |
600 | | ALSA_CFLAGS="-I$arg/include" |
601 | | ALSA_LIBS="-L$arg/lib" |
602 | | ;; |
603 | | --with-ogg-prefix=*) |
604 | | arg=`echo $ac_option | cut -d '=' -f 2` |
605 | | OGG_CFLAGS="-I$arg/include" |
606 | | OGG_LIBS="-L$arg/lib" |
607 | | ;; |
608 | | --with-vorbis-prefix=*) |
609 | | arg=`echo $ac_option | cut -d '=' -f 2` |
610 | | VORBIS_CFLAGS="-I$arg/include" |
611 | | VORBIS_LIBS="-L$arg/lib" |
612 | | ;; |
613 | | --with-tremor-prefix=*) |
614 | | arg=`echo $ac_option | cut -d '=' -f 2` |
615 | | TREMOR_CFLAGS="-I$arg/include" |
616 | | TREMOR_LIBS="-L$arg/lib" |
617 | | ;; |
618 | | --with-flac-prefix=*) |
619 | | arg=`echo $ac_option | cut -d '=' -f 2` |
620 | | FLAC_CFLAGS="-I$arg/include" |
621 | | FLAC_LIBS="-L$arg/lib" |
622 | | ;; |
623 | | --with-mad-prefix=*) |
624 | | arg=`echo $ac_option | cut -d '=' -f 2` |
625 | | MAD_CFLAGS="-I$arg/include" |
626 | | MAD_LIBS="-L$arg/lib" |
627 | | ;; |
628 | | --with-zlib-prefix=*) |
629 | | arg=`echo $ac_option | cut -d '=' -f 2` |
630 | | ZLIB_CFLAGS="-I$arg/include" |
631 | | ZLIB_LIBS="-L$arg/lib" |
632 | | ;; |
633 | | --backend=*) |
634 | | _backend=`echo $ac_option | cut -d '=' -f 2` |
635 | | ;; |
636 | | --enable-debug) |
637 | | # debug is enabled by default |
638 | | ;; |
639 | | --disable-debug) |
640 | | DEBFLAGS="" |
641 | | ;; |
642 | | --enable-Werror) |
643 | | CXXFLAGS="$CXXFLAGS -Werror" |
644 | | ;; |
645 | | --enable-release) |
646 | | DEBFLAGS="-O2 -Wuninitialized" |
647 | | ;; |
648 | | --with-sdl-prefix=*) |
649 | | arg=`echo $ac_option | cut -d '=' -f 2` |
650 | | _sdlpath="$arg:$arg/bin" |
651 | | ;; |
652 | | --with-nasm-prefix=*) |
653 | | arg=`echo $ac_option | cut -d '=' -f 2` |
654 | | _nasmpath="$arg:$arg/bin" |
655 | | ;; |
656 | | --host=*) |
657 | | _host=`echo $ac_option | cut -d '=' -f 2` |
658 | | ;; |
659 | | --prefix=*) |
660 | | _prefix=`echo $ac_option | cut -d '=' -f 2` |
661 | | ;; |
662 | | --bindir=*) |
663 | | _bindir=`echo $ac_option | cut -d '=' -f 2` |
664 | | ;; |
665 | | --mandir=*) |
666 | | _mandir=`echo $ac_option | cut -d '=' -f 2` |
667 | | ;; |
668 | | --datadir=*) |
669 | | _datadir=`echo $ac_option | cut -d '=' -f 2` |
670 | | ;; |
671 | | --enable-*) |
672 | | engine_enable `echo $ac_option | cut -d '-' -f 4-` |
673 | | ;; |
674 | | --disable-*) |
675 | | engine_disable `echo $ac_option | cut -d '-' -f 4-` |
676 | | ;; |
677 | | *) |
678 | | option_error $ac_option |
679 | | ;; |
680 | | esac; |
| 566 | case "$ac_option" in |
| 567 | --disable-hq-scalers) _build_hq_scalers=no ;; |
| 568 | --disable-scalers) _build_scalers=no ;; |
| 569 | --enable-alsa) _alsa=yes ;; |
| 570 | --disable-alsa) _alsa=no ;; |
| 571 | --enable-vorbis) _vorbis=yes ;; |
| 572 | --disable-vorbis) _vorbis=no ;; |
| 573 | --enable-tremor) _tremor=yes ;; |
| 574 | --disable-tremor) _tremor=no ;; |
| 575 | --enable-flac) _flac=yes ;; |
| 576 | --disable-flac) _flac=no ;; |
| 577 | --enable-mad) _mad=yes ;; |
| 578 | --disable-mad) _mad=no ;; |
| 579 | --enable-zlib) _zlib=yes ;; |
| 580 | --disable-zlib) _zlib=no ;; |
| 581 | --enable-nasm) _nasm=yes ;; |
| 582 | --disable-nasm) _nasm=no ;; |
| 583 | --disable-mpeg2) _mpeg2=no ;; |
| 584 | --disable-fluidsynth) _fluidsynth=no ;; |
| 585 | --enable-plugins) _build_plugins=yes ;; |
| 586 | --enable-mt32emu) _mt32emu=yes ;; |
| 587 | --disable-mt32emu) _mt32emu=no ;; |
| 588 | --with-fluidsynth-prefix=*) |
| 589 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 590 | FLUIDSYNTH_CFLAGS="-I$arg/include" |
| 591 | FLUIDSYNTH_LIBS="-L$arg/lib" |
| 592 | ;; |
| 593 | --with-mpeg2-prefix=*) |
| 594 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 595 | MPEG2_CFLAGS="-I$arg/include" |
| 596 | MPEG2_LIBS="-L$arg/lib" |
| 597 | ;; |
| 598 | --with-alsa-prefix=*) |
| 599 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 600 | ALSA_CFLAGS="-I$arg/include" |
| 601 | ALSA_LIBS="-L$arg/lib" |
| 602 | ;; |
| 603 | --with-ogg-prefix=*) |
| 604 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 605 | OGG_CFLAGS="-I$arg/include" |
| 606 | OGG_LIBS="-L$arg/lib" |
| 607 | ;; |
| 608 | --with-vorbis-prefix=*) |
| 609 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 610 | VORBIS_CFLAGS="-I$arg/include" |
| 611 | VORBIS_LIBS="-L$arg/lib" |
| 612 | ;; |
| 613 | --with-tremor-prefix=*) |
| 614 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 615 | TREMOR_CFLAGS="-I$arg/include" |
| 616 | TREMOR_LIBS="-L$arg/lib" |
| 617 | ;; |
| 618 | --with-flac-prefix=*) |
| 619 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 620 | FLAC_CFLAGS="-I$arg/include" |
| 621 | FLAC_LIBS="-L$arg/lib" |
| 622 | ;; |
| 623 | --with-mad-prefix=*) |
| 624 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 625 | MAD_CFLAGS="-I$arg/include" |
| 626 | MAD_LIBS="-L$arg/lib" |
| 627 | ;; |
| 628 | --with-zlib-prefix=*) |
| 629 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 630 | ZLIB_CFLAGS="-I$arg/include" |
| 631 | ZLIB_LIBS="-L$arg/lib" |
| 632 | ;; |
| 633 | --backend=*) |
| 634 | _backend=`echo $ac_option | cut -d '=' -f 2` |
| 635 | ;; |
| 636 | --enable-debug) |
| 637 | # debug is enabled by default |
| 638 | ;; |
| 639 | --disable-debug) |
| 640 | DEBFLAGS="" |
| 641 | ;; |
| 642 | --enable-Werror) |
| 643 | CXXFLAGS="$CXXFLAGS -Werror" |
| 644 | ;; |
| 645 | --enable-release) |
| 646 | DEBFLAGS="-O2 -Wuninitialized" |
| 647 | ;; |
| 648 | --with-sdl-prefix=*) |
| 649 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 650 | _sdlpath="$arg:$arg/bin" |
| 651 | ;; |
| 652 | --with-nasm-prefix=*) |
| 653 | arg=`echo $ac_option | cut -d '=' -f 2` |
| 654 | _nasmpath="$arg:$arg/bin" |
| 655 | ;; |
| 656 | --host=*) |
| 657 | _host=`echo $ac_option | cut -d '=' -f 2` |
| 658 | ;; |
| 659 | --prefix=*) |
| 660 | _prefix=`echo $ac_option | cut -d '=' -f 2` |
| 661 | ;; |
| 662 | --bindir=*) |
| 663 | _bindir=`echo $ac_option | cut -d '=' -f 2` |
| 664 | ;; |
| 665 | --mandir=*) |
| 666 | _mandir=`echo $ac_option | cut -d '=' -f 2` |
| 667 | ;; |
| 668 | --datadir=*) |
| 669 | _datadir=`echo $ac_option | cut -d '=' -f 2` |
| 670 | ;; |
| 671 | --enable-*) |
| 672 | engine_enable `echo $ac_option | cut -d '-' -f 4-` |
| 673 | ;; |
| 674 | --disable-*) |
| 675 | engine_disable `echo $ac_option | cut -d '-' -f 4-` |
| 676 | ;; |
| 677 | *) |
| 678 | option_error $ac_option |
| 679 | ;; |
| 680 | esac; |