shithub: aacdec

Download patch

ref: 394d1b79f128883302ab80c879f7c611e92f11fe
parent: 09e5becbbed6c7b0f7424e67afa3e74d0d8a2b6e
author: menno <menno>
date: Wed Jan 14 15:50:22 EST 2004

fixed lunix compiling problem (no need to include drms.c for linux, it only works on win32)

--- a/common/mp4ff/mp4ffint.h
+++ b/common/mp4ff/mp4ffint.h
@@ -22,7 +22,7 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: mp4ffint.h,v 1.14 2004/01/11 15:52:18 menno Exp $
+** $Id: mp4ffint.h,v 1.15 2004/01/14 20:50:22 menno Exp $
 **/
 
 #ifndef MP4FF_INTERNAL_H
@@ -35,7 +35,9 @@
 #include "mp4ff_int_types.h"
 
 
+#ifdef _WIN32
 #define ITUNES_DRM
+#endif
 
 
 #define MAX_TRACKS 1024