From 1110a6d41032d94dc5a7801ed02d82df5d31a0dc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 25 Oct 2008 20:59:36 +0200 Subject: 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. --- src/inputPlugins/mp4_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inputPlugins/mp4_plugin.c') 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 #include -- cgit v1.2.3