diff options
author | Avuton Olrich <avuton@gmail.com> | 2006-07-19 15:54:53 +0000 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2006-07-19 15:54:53 +0000 |
commit | 9f6364af45c2efb868c0318aff78be913bcc4869 (patch) | |
tree | d2329295abe223be5be286b0919ca4226d079d08 /makedist.sh | |
parent | 9774768b97c8ab432dfbf961f294f77fd2591822 (diff) | |
download | mpd-9f6364af45c2efb868c0318aff78be913bcc4869.tar.gz mpd-9f6364af45c2efb868c0318aff78be913bcc4869.tar.xz mpd-9f6364af45c2efb868c0318aff78be913bcc4869.zip |
Remove the internal mp4ff dependency
git-svn-id: https://svn.musicpd.org/mpd/trunk@4401 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'makedist.sh')
-rw-r--r-- | makedist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist.sh b/makedist.sh index 63e062c6f..bb6b2d9f8 100644 --- a/makedist.sh +++ b/makedist.sh @@ -3,6 +3,6 @@ if test -e Makefile then make distclean fi -./autogen.sh --disable-aac +./autogen.sh make make dist |