* BeOS patch by François Revol <revol@free.fr>
fixing some compilation problems Originally committed as revision 319 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Zdenek Kabelac
parent
73c8e5144a
commit
ef0bc4c97f
2
ffmpeg.c
2
ffmpeg.c
@ -1801,6 +1801,7 @@ void prepare_grab(void)
|
||||
/* open the necessary output devices for playing */
|
||||
void prepare_play(void)
|
||||
{
|
||||
#ifndef __BEOS__
|
||||
file_format = guess_format("audio_device", NULL, NULL);
|
||||
if (!file_format) {
|
||||
fprintf(stderr, "Could not find audio device\n");
|
||||
@ -1808,6 +1809,7 @@ void prepare_play(void)
|
||||
}
|
||||
|
||||
opt_output_file(audio_device);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user