Browse Source

coreaudio-encoder: Undef 'local' macro

Palana 10 years ago
parent
commit
15a32530f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/coreaudio-encoder/encoder.cpp

+ 1 - 0
plugins/coreaudio-encoder/encoder.cpp

@@ -646,6 +646,7 @@ static void *aac_create(obs_data_t *settings, obs_encoder_t *encoder)
 			(unsigned long)ca->output_buffer_size);
 			(unsigned long)ca->output_buffer_size);
 
 
 	return ca.release();
 	return ca.release();
+#undef STATUS_CHECK
 }
 }
 
 
 static OSStatus complex_input_data_proc(AudioConverterRef inAudioConverter,
 static OSStatus complex_input_data_proc(AudioConverterRef inAudioConverter,