diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2003-01-31 01:20:24 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2003-01-31 01:20:24 +0000 |
commit | 56a80d09d34037ab8ba07e67e4dc7184fff94656 (patch) | |
tree | 1549ed42ed8254747876c1495d50878224158b69 /src/libfaad/common.h | |
parent | e0d3c2d0b9b0facb06cfa3d42afb17778220dc67 (diff) | |
download | xine-lib-56a80d09d34037ab8ba07e67e4dc7184fff94656.tar.gz xine-lib-56a80d09d34037ab8ba07e67e4dc7184fff94656.tar.bz2 |
- Added debian into Makefile.am as a sub-directory rather than have the
makefile variable.
- Cleaned up Makefile.am (wine, goom, libxinevdec)
- Cleaned up compiler warnings (libfaad)
- Cleaned up header includes (libfaad, libdha)
CVS patchset: 4053
CVS date: 2003/01/31 01:20:24
Diffstat (limited to 'src/libfaad/common.h')
-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 dfed6de81..82b1d33d2 100644 --- a/src/libfaad/common.h +++ b/src/libfaad/common.h @@ -16,7 +16,7 @@ ** along with this program; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** -** $Id: common.h,v 1.5 2002/12/17 16:44:10 jkeil Exp $ +** $Id: common.h,v 1.6 2003/01/31 01:20:27 storri Exp $ **/ #ifndef __COMMON_H__ @@ -96,7 +96,7 @@ typedef float float32_t; #else #ifdef HAVE_CONFIG_H -# include "../config.h" +# include "config.h" #endif #include <stdio.h> |