diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-03-17 17:19:52 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-03-17 17:19:52 +0000 |
commit | bf769906f39d71436fb2f07e4535ac95f6029fa2 (patch) | |
tree | c17a721403e70a39b0447718b8749bcd02b891d3 /src/Makefile.am | |
parent | f114fbd437dc4f767d85b9f429adf3a3eb9b943f (diff) | |
download | mpd-bf769906f39d71436fb2f07e4535ac95f6029fa2.tar.gz mpd-bf769906f39d71436fb2f07e4535ac95f6029fa2.tar.xz mpd-bf769906f39d71436fb2f07e4535ac95f6029fa2.zip |
import mp4ff, since its not installed correctly by faad2
git-svn-id: https://svn.musicpd.org/mpd/trunk@265 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4391d61be..808d14cfb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ bin_PROGRAMS = mpd -SUBDIRS = $(ID3_SUBDIR) $(MAD_SUBDIR) +SUBDIRS = $(ID3_SUBDIR) $(MAD_SUBDIR) $(MP4FF_SUBDIR) mpd_headers = buffer2array.h interface.h command.h playlist.h ls.h \ song.h list.h directory.h tables.h utils.h path.h mp3_decode.h \ tag.h player.h listen.h conf.h ogg_decode.h volume.h flac_decode.h \ @@ -12,4 +12,4 @@ mpd_SOURCES = main.c buffer2array.c interface.c command.c playlist.c ls.c \ audiofile_decode.c charConv.c permission.c pcm_utils.c $(mpd_headers) mpd_CFLAGS = $(MPD_CFLAGS) -mpd_LDADD = $(MPD_LIBS) $(ID3_LIB) $(MAD_LIB) +mpd_LDADD = $(MPD_LIBS) $(ID3_LIB) $(MAD_LIB) $(MP4FF_LIB) |