[Home]

Summary:ASTERISK-16291: chan_oss.c with video support want load whan ffmpeg missing
Reporter:Martin Vit (festr)Labels:
Date Opened:2010-06-25 07:47:57Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Channels/chan_oss
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) config.log
Description:Compiling chan_oss with video support compiles although ffmpeg is missing but it is not possible to load chan_oss.c because of undefined symbol: fbuf_free
Comments:By: Paul Belanger (pabelanger) 2010-06-25 07:56:02

Please attach your config.log to the tracker.

By: Paul Belanger (pabelanger) 2010-06-25 07:56:34

Also discussed on #asterisk-dev
---
<pabelanger> festr_: If you suspect a bug, create a new issue on the tracker (https://issues.asterisk.org/) otherwise #asterisk for support.
<kpfleming> it is a bug... the module doesn't compile properly when the system doesn't have SDL and ffmpeg installed

By: Martin Vit (festr) 2010-06-25 08:05:29

config.log attached.

By: Martin Vit (festr) 2011-04-04 06:37:05

I'm not interested in this, you can close it.

By: paco (pac) 2011-11-01 13:20:16.599-0500

asterisk wont' compile when adding video console support as:


chan_oss.so: _ASTCFLAGS+=-DHAVE_VIDEO_CONSOLE   in channels/Makefile. Tested in 1.6.2, 1.8 and 10 with all ffmpeg libraries installed, X11 and so on.

Output:
[CC] vgrabbers.c -> vgrabbers.o
vgrabbers.c: In function ‘grab_x11_open’:
vgrabbers.c:114: error: ‘PIX_FMT_RGBA32’ no se declaró aquí (primer uso en esta función)
vgrabbers.c:114: error: (Cada identificador no declarado solamente se reporta una vez
vgrabbers.c:114: error: ara cada funcion en la que aparece.)
vgrabbers.c:117: error: ‘PIX_FMT_RGB565’ no se declaró aquí (primer uso en esta función)
vgrabbers.c:117: error: ‘PIX_FMT_RGB555’ no se declaró aquí (primer uso en esta función)
make[1]: *** [vgrabbers.o] Error 1
make: *** [channels] Error 2