]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavdevice/oss_audio.c
Make the configure script select the input/output devices using
[frescor/ffmpeg.git] / libavdevice / oss_audio.c
index 8f3e678db007cbad1f2a672b5e42dfcdece09331..a89c39ac052769092626952484e6598c6454d8d6 100644 (file)
@@ -312,7 +312,7 @@ static int audio_read_close(AVFormatContext *s1)
     return 0;
 }
 
-#if CONFIG_OSS_DEMUXER
+#if CONFIG_OSS_INDEV
 AVInputFormat oss_demuxer = {
     "oss",
     NULL_IF_CONFIG_SMALL("Open Sound System capture"),
@@ -325,7 +325,7 @@ AVInputFormat oss_demuxer = {
 };
 #endif
 
-#if CONFIG_OSS_MUXER
+#if CONFIG_OSS_OUTDEV
 AVOutputFormat oss_muxer = {
     "oss",
     NULL_IF_CONFIG_SMALL("Open Sound System playback"),