summaryrefslogtreecommitdiff
path: root/ext/ming/config.m4
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2006-11-09 09:19:21 +0000
committerFrank M. Kromann <fmk@php.net>2006-11-09 09:19:21 +0000
commit87b412dc3a6c19d008eb7b68cdb6cd6380e67b91 (patch)
tree2b5c772d4228fa40b3695c5f8eff0312f417163c /ext/ming/config.m4
parent25f01e8ec32cda684b018978dd2d0a54479f78f9 (diff)
downloadphp-git-87b412dc3a6c19d008eb7b68cdb6cd6380e67b91.tar.gz
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.
Diffstat (limited to 'ext/ming/config.m4')
-rw-r--r--ext/ming/config.m43
1 files changed, 0 insertions, 3 deletions
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