shithub: aacdec

Download patch

ref: d79790588cb4a863b20d8303bf4df10bfb02d11f
parent: 6a37599b964a61cf7a06f8a6a5a76ff4af4326dd
author: menno <menno>
date: Sun Dec 14 11:47:32 EST 2003

More foo_mp4 updates for gapless support

--- a/plugins/foo_mp4/input_aac.cpp
+++ b/plugins/foo_mp4/input_aac.cpp
@@ -22,11 +22,11 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: input_aac.cpp,v 1.2 2003/12/14 13:50:50 menno Exp $
+** $Id: input_aac.cpp,v 1.3 2003/12/14 16:47:32 menno Exp $
 **/
 
-#include "foobar2000/SDK/foobar2000.h"
-#include "foobar2000/foo_input_std/id3v2_hacks.h"
+#include "../SDK/foobar2000.h"
+#include "../foo_input_std/id3v2_hacks.h"
 #include <faad.h>
 
 //#define DBG_OUT(A) OutputDebugString(A)
--- a/plugins/foo_mp4/mp4_parser.cpp
+++ b/plugins/foo_mp4/mp4_parser.cpp
@@ -1,4 +1,4 @@
-#include "foobar2000/SDK/foobar2000.h"
+#include "../SDK/foobar2000.h"
 #define USE_TAGGING
 #include <mp4ff.h>
 
--- a/plugins/foo_mp4/packet_decoder_aac.cpp
+++ b/plugins/foo_mp4/packet_decoder_aac.cpp
@@ -1,4 +1,4 @@
-#include "foobar2000/SDK/foobar2000.h"
+#include "../SDK/foobar2000.h"
 #include <faad.h>