diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-31 21:49:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-01 17:55:58 +0900 |
| commit | ad9ea3eca03ac1ca9f05d616ea39867404d1929f (patch) | |
| tree | aea33520c21e91e0c282be42ced5c3a0a4afe9cd /mpg123_artsplugin | |
| parent | 71b08faeff50be3dad649cae33dbea7599bf5102 (diff) | |
| download | tdemultimedia-master.tar.gz tdemultimedia-master.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mpg123_artsplugin')
| -rw-r--r-- | mpg123_artsplugin/mpg123/audio.c | 6 | ||||
| -rw-r--r-- | mpg123_artsplugin/mpg123/audio.h | 10 |
2 files changed, 0 insertions, 16 deletions
diff --git a/mpg123_artsplugin/mpg123/audio.c b/mpg123_artsplugin/mpg123/audio.c index b37c6659..5b752572 100644 --- a/mpg123_artsplugin/mpg123/audio.c +++ b/mpg123_artsplugin/mpg123/audio.c @@ -6,12 +6,6 @@ void audio_info_struct_init(struct audio_info_struct *ai) #ifdef AUDIO_USES_FD ai->fn = -1; #endif -#ifdef SGI -#if 0 - ALconfig config; - ALport port; -#endif -#endif ai->rate = -1; ai->gain = -1; ai->output = -1; diff --git a/mpg123_artsplugin/mpg123/audio.h b/mpg123_artsplugin/mpg123/audio.h index 96787df4..578129a3 100644 --- a/mpg123_artsplugin/mpg123/audio.h +++ b/mpg123_artsplugin/mpg123/audio.h @@ -35,12 +35,6 @@ enum { DECODE_TEST, DECODE_AUDIO, DECODE_FILE, DECODE_BUFFER, DECODE_WAV, #include <UMSAudioDevice.h> #endif -#ifdef SGI -/* #include <audio.h> */ -#include <dmedia/audio.h> -#endif - - #ifdef HAVE_ALSA_ASOUNDLIB_H #include <alsa/asoundlib.h> #elif defined(HAVE_SYS_ASOUNDLIB_H) @@ -52,10 +46,6 @@ struct audio_info_struct #ifdef AUDIO_USES_FD int fn; /* filenumber */ #endif -#ifdef SGI - ALconfig config; - ALport port; -#endif long rate; long gain; int output; |
