cog: Don't build orc_memcpy() and depend on orc >= 0.4.3 for orc_memcpy()
In the latest release this function is already defined.
This commit is contained in:
parent
c996ac4c53
commit
253fb99a56
@ -577,7 +577,7 @@ AG_GST_CHECK_FEATURE(CELT, [celt], celt, [
|
|||||||
dnl *** Cog ***
|
dnl *** Cog ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_COG, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_COG, true)
|
||||||
AG_GST_CHECK_FEATURE(COG, [Cog plugin], cog, [
|
AG_GST_CHECK_FEATURE(COG, [Cog plugin], cog, [
|
||||||
PKG_CHECK_MODULES(COG, libpng12 orc-0.4 >= 0.4.2.1, HAVE_COG="yes", [
|
PKG_CHECK_MODULES(COG, libpng12 orc-0.4 >= 0.4.3, HAVE_COG="yes", [
|
||||||
HAVE_COG="no"
|
HAVE_COG="no"
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
])
|
])
|
||||||
|
@ -205,13 +205,6 @@ mergebw t4, s3, t2
|
|||||||
mergewl d1, t3, t4
|
mergewl d1, t3, t4
|
||||||
|
|
||||||
|
|
||||||
.function orc_memcpy
|
|
||||||
.dest 1 d1 void
|
|
||||||
.source 1 s1 void
|
|
||||||
|
|
||||||
copyb d1, s1
|
|
||||||
|
|
||||||
|
|
||||||
.function orc_addc_convert_u8_s16
|
.function orc_addc_convert_u8_s16
|
||||||
.dest 1 d1
|
.dest 1 d1
|
||||||
.source 2 s1 int16_t
|
.source 2 s1 int16_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user