~ubuntu-branches/ubuntu/jaunty/speech-tools/jaunty

« back to all changes in this revision

Viewing changes to config/modules/esd_audio.mak

  • Committer: Bazaar Package Importer
  • Author(s): David Huggins-Daines
  • Date: 2001-08-24 11:44:25 UTC
  • Revision ID: james.westby@ubuntu.com-20010824114425-pji78esymex7ws8o
Tags: 1:1.2.2-2
Eek!  ESD support is kind of broken.  I've left it in, since I hope to
fix it soon, but now the tools default to using a non-network audio
protocol instead (which I think is more generally useful).

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
AUDIO_DEFINES += -DSUPPORT_ESD
46
46
AUDIO_INCLUDES += -I$(ESD_INCLUDE)
47
47
MODULE_LIBS += -L$(ESD_LIB) -lesd -laudiofile
48
 
MODULE_EXTRA_LIBS += -L$(X11_LIB) -lX11 -lXt
 
48
 
49
49
 
50
50