From 56a80d09d34037ab8ba07e67e4dc7184fff94656 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Fri, 31 Jan 2003 01:20:24 +0000 Subject: - 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 --- src/libfaad/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libfaad/common.h') 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 -- cgit v1.2.3