# HG changeset patch # User nenolod # Date 1130177532 25200 # Node ID fd430c8bc3a2946c8c6f64e6320974e95550754f # Parent 31a41ed0ff71a090832781944d9d8a793d43e4ec [svn] More progress :) diff -r 31a41ed0ff71 -r fd430c8bc3a2 Input/aac/libmp4v2/mpeg4ip.h --- a/Input/aac/libmp4v2/mpeg4ip.h Mon Oct 24 11:07:02 2005 -0700 +++ b/Input/aac/libmp4v2/mpeg4ip.h Mon Oct 24 11:12:12 2005 -0700 @@ -233,34 +233,6 @@ #define ADV_SPACE(a) {while (isspace(*(a)) && (*(a) != '\0'))(a)++;} -#ifndef HAVE_GTK -typedef char gchar; -typedef unsigned char guchar; - -typedef int gint; -typedef unsigned int guint; - -typedef long glong; -typedef unsigned long gulong; - -typedef double gdouble; - -typedef int gboolean; - -typedef int16_t gint16; -typedef uint16_t guint16; - -typedef int32_t gint32; -typedef uint32_t guint32; - -typedef int64_t gint64; -typedef uint64_t guint64; - -typedef uint8_t guint8; -typedef int8_t gint8; - -#endif - #ifndef FALSE #define FALSE 0 #endif diff -r 31a41ed0ff71 -r fd430c8bc3a2 Input/aac/src/Makefile.am --- a/Input/aac/src/Makefile.am Mon Oct 24 11:07:02 2005 -0700 +++ b/Input/aac/src/Makefile.am Mon Oct 24 11:12:12 2005 -0700 @@ -6,4 +6,4 @@ libaac_la_SOURCES = aac_utils.c libmp4.c mp4_utils.c -INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) -I../libmp4v2 -I../libfaad +INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) -I../include -I../libmp4v2 -I../libfaad diff -r 31a41ed0ff71 -r fd430c8bc3a2 Input/aac/src/libmp4.c --- a/Input/aac/src/libmp4.c Mon Oct 24 11:07:02 2005 -0700 +++ b/Input/aac/src/libmp4.c Mon Oct 24 11:12:12 2005 -0700 @@ -16,10 +16,10 @@ #include "faad.h" #include "mp4.h" -#include -#include -#include -#include +#include +#include +#include +#include #define MP4_DESCRIPTION "MP4 & MPEG2/4-AAC audio player - 1.2.x" #define MP4_VERSION "ver. 0.4 - 24 November 2003"