From b78b0a7f09eb2c276cb62645c5f2481f205329a0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 6 Sep 2006 09:28:16 +0000 Subject: remove bs; oops, didn't mean to commit that git-svn-id: https://svn.musicpd.org/mpd/trunk@4738 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- bs/dep-input.sh | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 bs/dep-input.sh (limited to 'bs/dep-input.sh') diff --git a/bs/dep-input.sh b/bs/dep-input.sh deleted file mode 100644 index ece570875..000000000 --- a/bs/dep-input.sh +++ /dev/null @@ -1,46 +0,0 @@ -t_aac () -{ - dep_paths aac - if test_header 'faad' && test_header 'mp4ff'; then - ldflags="-lfaad -lmp4ff" - echo t - fi -} - -audiofile () -{ - dep_paths audiofile - if test_header 'audiofile'; then - ldflags="-lm -laudiofile" - echo t - fi - -} - -flac () -{ -} - -oggvorbis () -{ -} - -oggflac () -{ -} - -mod () -{ -} - -mpc () -{ -} - -mp3 () -{ -} - -tremor () -{ -} -- cgit v1.2.3