Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83436
Collapse All | Expand All

(-)/var/tmp/portage/glob2-0.8.12/work/glob2-0.8.12/configure.in (-2 / +1 lines)
Lines 26-33 Link Here
26
dnl Libraries
26
dnl Libraries
27
27
28
dnl Check for Speex
28
dnl Check for Speex
29
AC_CHECK_HEADER(speex.h,,AC_MSG_ERROR([*** Speex header not found. Please install Speex (http://www.speex.org).]))
29
XIPH_PATH_SPEEX
30
AC_CHECK_LIB(speex,speex_encoder_init,,AC_MSG_ERROR([*** Speex library not found. Please install Speex (http://www.speex.org).]))
31
30
32
dnl Check for SDL
31
dnl Check for SDL
33
SDL_VERSION=1.2.0
32
SDL_VERSION=1.2.0
(-)/var/tmp/portage/glob2-0.8.12/work/glob2-0.8.12/src/Makefile.am (-2 / +2 lines)
Lines 151-155 Link Here
151
VoiceRecorder.h \
151
VoiceRecorder.h \
152
VoiceRecorder.cpp
152
VoiceRecorder.cpp
153
153
154
glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ ../libgag/src/libgag.a
154
glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @SPEEX_LIBS@ ../libgag/src/libgag.a
155
INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ -I@srcdir@/../libgag/include
155
INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ @SPEEX_CFLAGS@ -I@srcdir@/../libgag/include
(-)/var/tmp/portage/glob2-0.8.12/work/glob2-0.8.12/src/Makefile.in (-2 / +2 lines)
Lines 290-297 Link Here
290
VoiceRecorder.cpp
290
VoiceRecorder.cpp
291
291
292
292
293
glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ ../libgag/src/libgag.a
293
glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @SPEEX_LIBS@ ../libgag/src/libgag.a
294
INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ -I@srcdir@/../libgag/include
294
INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ @SPEEX_CFLAGS@ -I@srcdir@/../libgag/include
295
subdir = src
295
subdir = src
296
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
296
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
297
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
297
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

Return to bug 83436