]> git.sesse.net Git - vlc/blobdiff - include/aout_internal.h
Fix sort by artist
[vlc] / include / aout_internal.h
index 38facb811545ca5d688c3d8325dc15f0a10280b5..a7f7c4b285bf795116f8441d48288c1ac2d9c368 100644 (file)
@@ -34,6 +34,10 @@ typedef struct aout_alloc_t
 #define AOUT_ALLOC_STACK    1
 #define AOUT_ALLOC_HEAP     2
 
+#if defined( __APPLE__ ) || defined( SYS_BSD )
+#undef HAVE_ALLOCA
+#endif
+
 #ifdef HAVE_ALLOCA
 #   define ALLOCA_TEST( p_alloc, p_new_buffer )                             \
         if ( (p_alloc)->i_alloc_type == AOUT_ALLOC_STACK )                  \