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/mp4ff/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/mp4ff/Makefile.am')
-rw-r--r-- | src/mp4ff/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mp4ff/Makefile.am b/src/mp4ff/Makefile.am new file mode 100644 index 000000000..251978c8b --- /dev/null +++ b/src/mp4ff/Makefile.am @@ -0,0 +1,7 @@ +noinst_LTLIBRARIES = libmp4ff.la + +noinst_HEADERS = mp4ff.h + +libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ + mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h \ + drms.h drms.c drmstables.h |