]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge branch 'master' into my-osx
authormaan <maan@Gumbo.local>
Sun, 11 Jun 2006 20:57:48 +0000 (22:57 +0200)
committermaan <maan@Gumbo.local>
Sun, 11 Jun 2006 20:57:48 +0000 (22:57 +0200)
Fix Conflicts:

error.h

1  2 
configure.ac
error.h

diff --cc configure.ac
Simple merge
diff --cc error.h
index 477baadf1c30c352f08b1ffa5439e5a4b7b9e8a4,7d10ff23a4cf10d7d57bd44c6234230dce97bd7c..a64348e342e2aeef66a09b9e2e808f57366b002d
+++ b/error.h
@@@ -91,15 -91,15 +92,24 @@@ enum para_subsystem 
  extern const char **para_errlist[];
  /** \endcond */
  
 +#define OSX_WRITER_ERRORS \
 +      PARA_ERROR(STREAM_FORMAT, "could not set stream format"), \
 +      PARA_ERROR(ADD_CALLBACK, "can not add callback"), \
 +      PARA_ERROR(READ_STDIN, "failed to read from stdin"), \
 +      PARA_ERROR(OPEN_COMP, "OpenAComponent() error"), \
 +      PARA_ERROR(UNIT_INIT, "AudioUnitInitialize() error"), \
 +      PARA_ERROR(DEFAULT_COMP, "can not find default audio output component"), \
 +
 +
+ #define AUDIOC_ERRORS \
+       PARA_ERROR(AUDIOC_SYNTAX, "audioc syntax error"), \
+       PARA_ERROR(AUDIOC_READ, "audioc read error"), \
+       PARA_ERROR(AUDIOC_WRITE, "audioc write error"), \
+       PARA_ERROR(INIT_SOCK_ADDR, "can not init socket"), \
+       PARA_ERROR(AUDIOC_CONNECT, "audioc connect error"), \
+       PARA_ERROR(AUDIOC_OVERRUN, "audioc buffer overrun"), \
  #define CLIENT_ERRORS \
        PARA_ERROR(CLIENT_SYNTAX, "syntax error"), \
        PARA_ERROR(INVALID_CHALLENGE, "did not receive valid challenge"), \
@@@ -546,9 -546,9 +556,10 @@@ SS_ENUM(WRITE)
  SS_ENUM(WRITE_COMMON);
  SS_ENUM(ALSA_WRITER);
  SS_ENUM(FILE_WRITER);
 +SS_ENUM(OSX_WRITER);
  SS_ENUM(RINGBUFFER);
  SS_ENUM(CLIENT);
+ SS_ENUM(AUDIOC);
  /** \endcond */
  #undef PARA_ERROR
  /* rest of the world only sees the error text */