Mercurial > audlegacy-plugins
comparison src/OSS/Makefile @ 2696:87c4bc8e8ec6
Remove legacy audio format conversion from OSS plugin. Core aka libSAD
should be doing this now, I guess.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Fri, 06 Jun 2008 15:30:41 +0300 |
| parents | 1d2596522075 |
| children |
comparison
equal
deleted
inserted
replaced
| 2695:c2861c84f850 | 2696:87c4bc8e8ec6 |
|---|---|
| 1 PLUGIN = OSS${PLUGIN_SUFFIX} | 1 PLUGIN = OSS${PLUGIN_SUFFIX} |
| 2 | 2 |
| 3 SRCS = OSS.c \ | 3 SRCS = OSS.c \ |
| 4 mixer.c \ | 4 mixer.c \ |
| 5 configure.c \ | 5 configure.c \ |
| 6 audio.c \ | 6 audio.c |
| 7 convert.c | |
| 8 | 7 |
| 9 include ../../buildsys.mk | 8 include ../../buildsys.mk |
| 10 include ../../extra.mk | 9 include ../../extra.mk |
| 11 | 10 |
| 12 plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} | 11 plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} |
