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

(-)m4/audacity_checklib_libflac.m4 (-1 / +5 lines)
Lines 2-8 Link Here
2
dnl
2
dnl
3
dnl Please increment the serial number below whenever you alter this macro
3
dnl Please increment the serial number below whenever you alter this macro
4
dnl for the benefit of automatic macro update systems
4
dnl for the benefit of automatic macro update systems
5
# audacity_checklib_libflac.m4 serial 1
5
# audacity_checklib_libflac.m4 serial 2
6
6
7
AC_DEFUN([AUDACITY_CHECKLIB_LIBFLAC], [
7
AC_DEFUN([AUDACITY_CHECKLIB_LIBFLAC], [
8
8
Lines 33-38 Link Here
33
      LIBFLAC_SYSTEM_AVAILABLE="yes"
33
      LIBFLAC_SYSTEM_AVAILABLE="yes"
34
      LIBFLAC_SYSTEM_LIBS="-lFLAC++ -lFLAC"
34
      LIBFLAC_SYSTEM_LIBS="-lFLAC++ -lFLAC"
35
      LIBFLAC_SYSTEM_CPPSYMBOLS="USE_LIBFLAC"
35
      LIBFLAC_SYSTEM_CPPSYMBOLS="USE_LIBFLAC"
36
      # this file shouldn't be built at if no libflac is available
37
      LIBFLAC_SYSTEM_OPTOBJS="ondemand/ODDecodeFlacTask.o"
36
      AC_MSG_NOTICE([FLAC libraries are available as system libraries])
38
      AC_MSG_NOTICE([FLAC libraries are available as system libraries])
37
   else
39
   else
38
      LIBFLAC_SYSTEM_AVAILABLE="no"
40
      LIBFLAC_SYSTEM_AVAILABLE="no"
Lines 58-63 Link Here
58
      LIBFLAC_LOCAL_CXXFLAGS="$LIBFLAC_LOCAL_CXXFLAGS -I\$(top_srcdir)/lib-src/libflac/include"
60
      LIBFLAC_LOCAL_CXXFLAGS="$LIBFLAC_LOCAL_CXXFLAGS -I\$(top_srcdir)/lib-src/libflac/include"
59
61
60
      LIBFLAC_LOCAL_CPPSYMBOLS="USE_LIBFLAC"
62
      LIBFLAC_LOCAL_CPPSYMBOLS="USE_LIBFLAC"
63
      # this file shouldn't be built at if no libflac is available
64
      LIBFLAC_LOCAL_OPTOBJS="ondemand/ODDecodeFlacTask.o"
61
      LIBFLAC_LOCAL_CONFIG_SUBDIRS="lib-src/libflac"
65
      LIBFLAC_LOCAL_CONFIG_SUBDIRS="lib-src/libflac"
62
	
66
	
63
      AC_MSG_NOTICE([FLAC libraries are available in this source tree])
67
      AC_MSG_NOTICE([FLAC libraries are available in this source tree])
(-)src/Makefile.in (-1 lines)
Lines 194-200 Link Here
194
	import/ImportRaw.o \
194
	import/ImportRaw.o \
195
	import/RawAudioGuess.o \
195
	import/RawAudioGuess.o \
196
	ondemand/ODComputeSummaryTask.o \
196
	ondemand/ODComputeSummaryTask.o \
197
	ondemand/ODDecodeFlacTask.o \
198
	ondemand/ODDecodeTask.o \
197
	ondemand/ODDecodeTask.o \
199
	ondemand/ODManager.o \
198
	ondemand/ODManager.o \
200
	ondemand/ODTask.o \
199
	ondemand/ODTask.o \

Return to bug 285567