summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2002-11-05 00:38:06 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-11-05 00:38:06 +0000
commitdfdfa47cd1e8887a99e19ba9291a8ffc52dd251c (patch)
treeb70cec4c9ff9f9c9d7e5aee197dd786a423a3ee0 /ffmpeg.c
parent95e2ce4aa05d0bd24c5620937b47e21125532df1 (diff)
BeOS Audio ouput patch by (François Revol <revol at free dot fr>)
Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index a969340118..53bcc4781f 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -145,7 +145,7 @@ static int video_stream_copy = 0;
#define DEFAULT_PASS_LOGFILENAME "ffmpeg2pass"
-#ifndef CONFIG_AUDIO_OSS
+#if !defined(CONFIG_AUDIO_OSS) && !defined(CONFIG_AUDIO_BEOS)
const char *audio_device = "none";
#endif
#ifndef CONFIG_VIDEO4LINUX