Displaying 3 results from an estimated 3 matches for "libvorbis_la_sources".
2004 Sep 10
0
XMMS plugin build fix
...:
if HAVE_OGGVORBIS
lib_LTLIBRARIES = libvorbis.la
endif
libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)
INCLUDES = @GTK_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ -I$(top_builddir)/intl
libvorbis_la_LDFLAGS = -module -avoid-version
libvorbis_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@
libvorbis_la_SOURCES = \
vorbis.c vorbis.h \
configure.c \
http.c http.h \
fileinfo.c \
vcedit.c vcedit.h \
utf8.c
--
- mdz
2004 Sep 10
2
XMMS plugin build fix
--- Matt Zimmerman <mdz@debian.org> wrote:
> The only difference in the command lines seems to be that your
> xmms-config
> explicitly links with -lgthread, while I suppose mine lets the
> dynamic linker
> pull it in. The only significant difference between the old and new
> _LIBADD
> lines is that @XMMS_LIBS@ is at the beginning in the new one. Now
> that I think
2014 Sep 10
4
[RFC PATCH v1 0/3] Introducing ARM SIMD Support
libvorbis does not currently have any simd/vectorization.
Following patches add generic framework for simd/vectorization
and on top, add ARM-NEON simd vectorization using intrinsics.
I was able to get over 34% performance improvement on my
Beaglebone Black which is single Cortex-A8 based CPU.
You can find more information on metrics and procedure I used
to measure at