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
This commit is contained in:
parent
95e2ce4aa0
commit
dfdfa47cd1
6 changed files with 346 additions and 2 deletions
2
ffmpeg.c
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue