Skip to content
Snippets Groups Projects
Commit 1cb2db55 authored by Jack Moffitt's avatar Jack Moffitt
Browse files

fixed, so that it builds correctly.

jack.


git-svn-id: http://svn.xiph.org/trunk/ao@724 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 4fb9d7c6
No related branches found
No related tags found
No related merge requests found
...@@ -241,10 +241,9 @@ esac ...@@ -241,10 +241,9 @@ esac
AC_MSG_RESULT("setting default output device... $ao_default") AC_MSG_RESULT("setting default output device... $ao_default")
LIBAO_FLAGS="$LIBAO_FLAGS -DAO_DEFAULT=$AO_DEFAULT_DEF" CFLAGS="$LIBAO_FLAGS -DAO_DEFAULT=$AO_DEFAULT_DEF"
AC_SUBST(LIBAO_FILES) AC_SUBST(LIBAO_FILES)
AC_SUBST(LIBAO_FLAGS)
AC_SUBST(LIBAO_LIBS) AC_SUBST(LIBAO_LIBS)
AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h include/ao/ao_libs.inc) AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h include/ao/ao_libs.inc)
...@@ -28,9 +28,6 @@ ...@@ -28,9 +28,6 @@
#include "os_types.h" #include "os_types.h"
// Type sizes
#include "config.h"
/* --- Structures --- */ /* --- Structures --- */
typedef struct ao_option_s { typedef struct ao_option_s {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment