1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-24 23:13:42 +02:00

These editor temporary files should never have been under version control

This commit is contained in:
richardash1981
2010-02-11 16:43:15 +00:00
parent e3134f1a12
commit 97f24531bd
3 changed files with 0 additions and 215 deletions

View File

@@ -1,12 +0,0 @@
#!/bin/bash
export SNDFILE_LIBS=/usr/local/lib/libsndfile.a
export SNDFILE_CFLAGS=-I/usr/local/include
export PORTAUDIO_LIBS="/usr/local/lib/libportaudio.a -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon"
export PORTAUDIO_CFLAGS=-I/usr/local/include
export MAD_LIBS=/usr/local/lib/libmad.a
./configure --enable-mp3 --enable-sndfile --enable-portaudio --enable-wx --enable-static --disable-dependency-tracking --enable-universal_binary
make