- fixed H9632 problem.

- added desktop file and icon
  new options --with-desktop-dir and --with-pixmap-dir.
- fixed CXXFLAGS for soundbase option.
- fixed compile warnings.
This commit is contained in:
Takashi Iwai 2003-11-24 14:48:21 +00:00
parent 4046e31368
commit ca7ae60abd
14 changed files with 160 additions and 57 deletions

View file

@ -26,7 +26,9 @@
#include <stdio.h>
#include <alsa/asoundlib.h>
#include <sound/hdsp.h>
#ifdef HDSPMIXER_DEFINE_MAPPINGS
#include "mappings.h"
#endif
#include "defines.h"
#include "HDSPMixerWindow.h"
@ -47,6 +49,7 @@ public:
char *dest_map;
char *meter_map;
int speed_mode;
int playbacks_offset;
void setMode(int mode);
int initializeCard(HDSPMixerWindow *w);
int getSpeed();