Fix build if orc is not installed
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 8 Jun 2010 12:26:53 +0000 (13:26 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 8 Jun 2010 12:26:53 +0000 (13:26 +0100)
commit164a91d10d7b8b4f35e9efd5cb1c4db9620509cb
tree5e4bf974ce8fd083b5759297bbc1feabe9c1daf2
parent3f3691085a49e130c459bccc475707d1951d6244
Fix build if orc is not installed

Orc is not a hard requirement. Things should still compile and
work without orc, but slow fallback code may be used in this
case. Fix up configure to not error out if orc is not installed
and wrap use of orc profiling in audioresample in #ifdefs.

Fixes #620136 some more.
configure.ac
gst/audioresample/Makefile.am
gst/audioresample/gstaudioresample.c