mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Update twolame to 0.3.13.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir)/build/ -I$(top_srcdir)/libtwolame/ @SNDFILE_CFLAGS@
|
||||
AM_LDFLAGS = @SNDFILE_LIBS@
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir)/build/ -I$(top_srcdir)/libtwolame/ $(SNDFILE_CFLAGS) $(WARNING_CFLAGS)
|
||||
AM_LDFLAGS = $(SNDFILE_LIBS)
|
||||
|
||||
bin_PROGRAMS = @TWOLAME_BIN@
|
||||
EXTRA_PROGRAMS = twolame
|
||||
|
||||
twolame_SOURCES = frontend.c frontend.h audioin_raw.c audioin_sndfile.c
|
||||
twolame_LDADD = $(top_srcdir)/libtwolame/libtwolame.la
|
||||
twolame_LDADD = $(top_builddir)/libtwolame/libtwolame.la
|
||||
|
Reference in New Issue
Block a user