diff libao2/audio_out.c @ 23905:fb63124c7920

v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as ivtv)
author ben
date Sun, 29 Jul 2007 19:20:55 +0000
parents 37decab2ed46
children 84adab7a8f97
line wrap: on
line diff
--- a/libao2/audio_out.c	Sun Jul 29 17:58:20 2007 +0000
+++ b/libao2/audio_out.c	Sun Jul 29 19:20:55 2007 +0000
@@ -68,6 +68,9 @@
 #ifdef HAVE_IVTV
 extern ao_functions_t audio_out_ivtv;
 #endif
+#ifdef HAVE_V4L2_DECODER
+extern ao_functions_t audio_out_v4l2;
+#endif
 extern ao_functions_t audio_out_mpegpes;
 extern ao_functions_t audio_out_pcm;
 extern ao_functions_t audio_out_pss;
@@ -131,6 +134,9 @@
 #ifdef HAVE_IVTV
         &audio_out_ivtv,
 #endif
+#ifdef HAVE_V4L2_DECODER
+        &audio_out_v4l2,
+#endif
         &audio_out_null,
 // should not be auto-selected:
 	&audio_out_pcm,