Problem with audio and Orc when compiling 1.2.3

Peter Maersk-Moller pmaersk at gmail.com
Sun Mar 2 04:39:29 PST 2014


When running autogen.sh for gst-plugins-base-1.2.3 I do see this messages
that may be related:

+ running automake --add-missing --copy...
common/orc.mak:26: variable `ORC_NODIST_SOURCES' is defined but no program
or
common/orc.mak:26: library has `ORC_NODIST' as canonical name (possible
typo)
gst-libs/gst/audio/Makefile.am:3:   `common/orc.mak' included from here
common/orc.mak:26: variable `ORC_NODIST_SOURCES' is defined but no program
or
common/orc.mak:26: library has `ORC_NODIST' as canonical name (possible
typo)
gst-libs/gst/video/Makefile.am:3:   `common/orc.mak' included from here

And this:

configure: *** Plug-ins with dependencies that will NOT be built:
    ivorbisdec

configure: *** Orc acceleration enabled.

Now type 'make' to compile gst-plugins-base.


Regards
Peter MM


On Sun, Mar 2, 2014 at 1:33 PM, Peter Maersk-Moller <pmaersk at gmail.com>wrote:

> Hi
>
> I'm trying to compile GStreamer 1.2.3 on updated Ubuntu 12.04. Earlier
> versions have compiled without major mishaps, but this versions have some
> problems with type definitions for audio formats related to Orc.
>
> Liborc-0.4.18 has been installed.
>
> The compiler produces this output
>
> make[1]: Entering directory
> `/home/pmm/Projects/GStreamer/gst-plugins-base-1.2.3/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:71: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:71: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:89: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'
> gstaudiopack.h:89:6: note: declared here
>
> And many more likes this so obvious something went wrong. Perhaps a wrong
> include somehow? Is this a known issue?
>
> Kind regards
> Peter
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140302/a89399d9/attachment.html>


More information about the gstreamer-devel mailing list