Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 diff -uNr alsa-plugins-1.0.23.ORIg//Makefile.am alsa-plugins-1.0.23/Makefile.am | |
| 2 --- alsa-plugins-1.0.23.ORIg//Makefile.am 2010-04-16 23:38:58.546243512 +0 100 | |
| 3 +++ alsa-plugins-1.0.23/Makefile.am 2010-04-16 23:39:20.049278487 +0100 | |
| 4 @@ -17,7 +17,7 @@ | |
| 5 if HAVE_PPH | |
| 6 SUBDIRS += pph | |
| 7 endif | |
| 8 -if HAVE_SPEEXDSP | |
| 9 +if USE_LIBSPEEX | |
| 10 SUBDIRS += speex | |
| 11 endif | |
| 12 | |
| OLD | NEW |