shithub: aacdec

Download patch

ref: 2405cc8d9bf2ce6317d975424776942857b7580d
parent: 570827bdea6579cc1bd0cb42160c7a5ffff1ebf1
author: menno <menno>
date: Fri Aug 20 04:31:32 EDT 2004

fix in build system

--- a/configure.in
+++ b/configure.in
@@ -78,8 +78,7 @@
         [HAVE_FPOS_T_POS])
 
 
-external_mp4v2=yes
-
+AC_CHECK_PROG(external_mp4v2, mpeg4ip-config, yes, no)
 AM_CONDITIONAL(WITH_MP4V2, false)
 
 if test x$external_mp4v2 = xyes; then