diff options
author | James Stembridge <jstembridge@users.sourceforge.net> | 2004-01-27 19:13:05 +0000 |
---|---|---|
committer | James Stembridge <jstembridge@users.sourceforge.net> | 2004-01-27 19:13:05 +0000 |
commit | de37f4111556686518a47f5f68377b69bb40bc48 (patch) | |
tree | e2d846e08d4c4f1ec3d53433feca201a202faa33 | |
parent | ab1b97743712dfa0e0a8c356b13807fce4fb06f6 (diff) | |
download | xine-lib-de37f4111556686518a47f5f68377b69bb40bc48.tar.gz xine-lib-de37f4111556686518a47f5f68377b69bb40bc48.tar.bz2 |
Correct path for config.h, patch from Graham Brooks (gbrooks at imsmail dot org)
CVS patchset: 6073
CVS date: 2004/01/27 19:13:05
-rw-r--r-- | src/libfaad/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libfaad/common.h b/src/libfaad/common.h index 439316c2c..a1dbe00f6 100644 --- a/src/libfaad/common.h +++ b/src/libfaad/common.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: common.h,v 1.11 2004/01/26 22:34:10 jstembridge Exp $ +** $Id: common.h,v 1.12 2004/01/27 19:13:05 jstembridge Exp $ **/ #ifndef __COMMON_H__ @@ -162,7 +162,7 @@ typedef float float32_t; #else #ifdef HAVE_CONFIG_H -# include "../config.h" +# include "config.h" #endif #include <stdio.h> |