Compiling gst-plugins-base-1.0.10 on ARM (RPi, raspbian)

Markus Fritsche fritsche.markus at gmail.com
Thu Oct 31 19:33:23 CET 2013


Hello,

I try to compile gst-plugins-base-1.0.10 on my raspberry pi but ran into a
compilation error:

make[5]: Entering directory
`/home/pi/src/gst/gst-plugins-base-1.0.10/gst-libs/gst/audio'
  CC     libgstaudio_1.0_la-audio-format.lo
audio-format.c: In function 'unpack_s8':
audio-format.c:111:1: warning: passing argument 2 of 'audio_orc_unpack_s8'
makes integer from pointer without a cast [enabled by default]
gstaudiopack.h:84:6: note: expected 'int' but argument is of type 'gpointer'
audio-format.c:111:1: error: too many arguments to function
'audio_orc_unpack_s8'
gstaudiopack.h:84:6: note: declared here
audio-format.c: In function 'pack_s8':
audio-format.c:111:1: warning: passing argument 2 of 'audio_orc_pack_s8'
makes integer from pointer without a cast [enabled by default]
gstaudiopack.h:102:6: note: expected 'int' but argument is of type
'gpointer'
audio-format.c:111:1: error: too many arguments to function
'audio_orc_pack_s8'

[...]

audio-format.c: In function 'pack_f64be':
audio-format.c:200:5: warning: passing argument 2 of
'audio_orc_pack_f64_swap' makes integer from pointer without a cast
[enabled by default]
gstaudiopack.h:118:6: note: expected 'int' but argument is of type
'gpointer'
audio-format.c:200:5: error: too many arguments to function
'audio_orc_pack_f64_swap'
gstaudiopack.h:118:6: note: declared here
make[5]: *** [libgstaudio_1.0_la-audio-format.lo] Error 1

The same happens if I do configure --disable-orc

These are the liborc-packages I have installed from the raspbian repository:

ii  liborc-0.4-0:armhf 1:0.4.17-1 armhf        Library of Optimized Inner
Loops Runtime Compiler
ii  liborc-0.4-0-dbg:armhf 1:0.4.17-1 armhf        Library of Optimized
Inner Loops Runtime Compiler (debug package)
ii  liborc-0.4-dev 1:0.4.17-1 armhf        Library of Optimized Inner Loops
Runtime Compiler (development headers)
ii  liborc-0.4-doc 1:0.4.17-1 all          Library of Optimized Inner Loops
Runtime Compiler (documentation)

Is this my mistake?

Best regards,
  Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131031/aa4ea96e/attachment.html>


More information about the gstreamer-devel mailing list