Displaying 2 results from an estimated 2 matches for "maybe_thread".
2004 Aug 06
5
libshout compile problems
..._PATH_VORBIS'
autoheader
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
libtoolize --automake
automake --add-missing
configure.in: 14: required file `./config.h.in' not found
src/Makefile.am:5: HAVE_THREAD does not appear in AM_CONDITIONAL
src/Makefile.am:18: variable `MAYBE_THREAD_LIB' not defined
src/Makefile.am:18: variable `VORBIS_LIBS' not defined
src/Makefile.am:18: variable `OGG_LIBS' not defined
src/Makefile.am:9: variable `MAYBE_THREAD' not defined
examples/Makefile.am:8: variable `OGG_LIBS' not defined
examples/Makefile.am:8: variable `VORBIS_LIB...
2013 Apr 06
0
libshout mingw compatbility
...fpCpLfzxfq3dWlI7OmTeAm6HUAYiLI/cn6GnWefFHM9qU=
=BN/j
-----END PGP SIGNATURE-----
-------------- next part --------------
--- libshout-2.2.2/src/Makefile.am.orig 2012-04-04 20:01:57 +0400
+++ libshout-2.2.2/src/Makefile.am 2012-04-04 20:07:34 +0400
@@ -18,7 +18,7 @@
SUBDIRS = avl net timing httpp $(MAYBE_THREAD)
lib_LTLIBRARIES = libshout.la
-libshout_la_LDFLAGS = -version-info 5:0:2
+libshout_la_LDFLAGS = -version-info 5:0:2 -no-undefined
EXTRA_DIST = theora.c speex.c
noinst_HEADERS = shout_ogg.h shout_private.h util.h
-------------- next part --------------
--- libshout-2.2.2/include/shout/shout....