20 lines
676 B
Plaintext
20 lines
676 B
Plaintext
$OpenBSD: patch-libao2_audio_out_c,v 1.6 2014/01/10 21:52:29 brad Exp $
|
|
--- libao2/audio_out.c.orig Mon Jan 6 17:02:58 2014
|
|
+++ libao2/audio_out.c Mon Jan 6 17:27:38 2014
|
|
@@ -55,6 +55,7 @@ extern const ao_functions_t audio_out_v4l2;
|
|
extern const ao_functions_t audio_out_mpegpes;
|
|
extern const ao_functions_t audio_out_pcm;
|
|
extern const ao_functions_t audio_out_pss;
|
|
+extern const ao_functions_t audio_out_rtunes;
|
|
|
|
const ao_functions_t* const audio_out_drivers[] =
|
|
{
|
|
@@ -124,6 +125,7 @@ const ao_functions_t* const audio_out_drivers[] =
|
|
&audio_out_null,
|
|
// should not be auto-selected:
|
|
&audio_out_pcm,
|
|
+ &audio_out_rtunes,
|
|
NULL
|
|
};
|
|
|