diff options
author | Max Kellermann <max@duempel.org> | 2008-10-25 20:59:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-25 20:59:36 +0200 |
commit | 1110a6d41032d94dc5a7801ed02d82df5d31a0dc (patch) | |
tree | b81a8c4a0ba9cf9ff4ab65a249871833fae8ca76 /src/inputPlugins/mp4_plugin.c | |
parent | a02db572919c7b7c21e023f45d3d11feaae4f54e (diff) | |
download | mpd-1110a6d41032d94dc5a7801ed02d82df5d31a0dc.tar.gz mpd-1110a6d41032d94dc5a7801ed02d82df5d31a0dc.tar.xz mpd-1110a6d41032d94dc5a7801ed02d82df5d31a0dc.zip |
removed internal copy of libmp4ff
MPD shouldn't integrate sources of other libraries. Since libmp4ff is
part of libfaad, we should remove the old copy from src/mp4ff and link
with the current version from libfaad instead.
Diffstat (limited to '')
-rw-r--r-- | src/inputPlugins/mp4_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputPlugins/mp4_plugin.c b/src/inputPlugins/mp4_plugin.c index 1a8268e40..4a613744e 100644 --- a/src/inputPlugins/mp4_plugin.c +++ b/src/inputPlugins/mp4_plugin.c @@ -20,7 +20,7 @@ #include "../utils.h" #include "../log.h" -#include "../mp4ff/mp4ff.h" +#include "mp4ff.h" #include <limits.h> #include <faad.h> |