1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-11 15:15:57 +01:00

Update twolame to 0.3.13.

This commit is contained in:
lllucius
2013-10-24 04:32:13 +00:00
parent 99acb56af6
commit 3effa9693f
124 changed files with 44671 additions and 44430 deletions

View File

@@ -1,11 +1,15 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I build-scripts
SUBDIRS = libtwolame frontend simplefrontend doc
SUBDIRS = libtwolame frontend simplefrontend doc tests
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = twolame.pc
INDENT = indent -npro -kr -nsob -fca -blf -ip1 -hnl -l100 -lc100 -nut -ts4 -v
indent:
find $(top_srcdir) -type f -name "*.[ch]" -print -exec $(INDENT) {} ';'
EXTRA_DIST = \
autogen.sh \
@@ -17,5 +21,4 @@ EXTRA_DIST = \
win32/libtwolame_static.vcproj \
win32/winutil.h
#tell aclocal where extra macros can be found
ACLOCAL_AMFLAGS = -I build/m4
test: check