From 87b412dc3a6c19d008eb7b68cdb6cd6380e67b91 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Thu, 9 Nov 2006 09:19:21 +0000 Subject: Revert patch for warnings about missing headers. These are fixed in the latest version of libming. Sync code for SWFMovie::streamMP3. This function will now return the number of frames in the file. --- ext/ming/config.m4 | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/ming/config.m4') diff --git a/ext/ming/config.m4 b/ext/ming/config.m4 index 4cf3d9c5c2..bc92e239a9 100644 --- a/ext/ming/config.m4 +++ b/ext/ming/config.m4 @@ -84,9 +84,6 @@ int main(void) { SWFMovie_output(NULL, NULL, NULL, 0); return 0; } ], []) CPPFLAGS=$old_CPPFLAGS - AC_CHECK_HEADERS([ming/displaylist.h]) - AC_CHECK_HEADERS([ming/movie.h]) - PHP_NEW_EXTENSION(ming, ming.c, $ext_shared) PHP_SUBST(MING_SHARED_LIBADD) fi -- cgit v1.2.1