]> git.sesse.net Git - vlc/blobdiff - src/audio_output/mixer.c
macosx: Fix crashlog opening.
[vlc] / src / audio_output / mixer.c
index 7f1c2ad2eb1e1e411120fa863fe47ff76b94c24e..0e73a2109cffcc7fa952073e01fc76e6999e88b5 100644 (file)
@@ -29,7 +29,7 @@
 #endif
 
 #include <stddef.h>
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #ifdef HAVE_ALLOCA_H
 #   include <alloca.h>
@@ -314,7 +314,6 @@ static int MixBuffer( aout_instance_t * p_aout )
                       p_output_buffer );
     if ( p_output_buffer == NULL )
     {
-        msg_Err( p_aout, "out of memory" );
         vlc_mutex_unlock( &p_aout->input_fifos_lock );
         return -1;
     }