[Bug 711145] whem I compile this plugin under ubuntu13.10 or 12.04, it gives error like this
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed May 4 08:12:41 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=711145
Joona Laine <joonarlaine at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joonarlaine at gmail.com
--- Comment #22 from Joona Laine <joonarlaine at gmail.com> ---
I've been having this same issue with GStreamer 1.8.1 and orc-0.4.25. I did
what was suggested before (remove the gstaudiopack.h) and it did get the
compilation further. Now I'm stuck with the following:
tmp-orc.c:114:15: error: expected ‘)’ before ‘*’ token
void (guint8 * ORC_RESTRICT d1, int n);
^
tmp-orc.c: In function ‘_backup_audio_orc_pack_u24_32_swap’:
tmp-orc.c:3933:27: warning: left-hand operand of comma expression has no effect
[-Wunused-value]
(ex->arrays[ORC_VAR_D1], ex->n);
^
tmp-orc.c:3933:4: warning: statement with no effect [-Wunused-value]
(ex->arrays[ORC_VAR_D1], ex->n);
^
tmp-orc.c: In function ‘_backup_audio_orc_double_to_s32’:
tmp-orc.c:5768:3: warning: implicit declaration of function ‘storeq’
[-Wimplicit-function-declaration]
storeq (ex->arrays[ORC_VAR_D1], ex->n);
^
tmp-orc.c:5768:3: warning: nested extern declaration of ‘storeq’
[-Wnested-externs]
make[5]: *** [libgstaudio_1.0_la-tmp-orc.lo] Error 1
I had GStreamer 1.6.4 installed when I started to update.
Anyone had this before? I haven't found any clues yet.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list