mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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
2 changed files with 1 additions and 8 deletions
|
@ -577,7 +577,7 @@ AG_GST_CHECK_FEATURE(CELT, [celt], celt, [
|
|||
dnl *** Cog ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_COG, true)
|
||||
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"
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
|
|
|
@ -205,13 +205,6 @@ mergebw t4, s3, t2
|
|||
mergewl d1, t3, t4
|
||||
|
||||
|
||||
.function orc_memcpy
|
||||
.dest 1 d1 void
|
||||
.source 1 s1 void
|
||||
|
||||
copyb d1, s1
|
||||
|
||||
|
||||
.function orc_addc_convert_u8_s16
|
||||
.dest 1 d1
|
||||
.source 2 s1 int16_t
|
||||
|
|
Loading…
Reference in a new issue