Update of /cvsroot/faac/faac
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30358/faac
Modified Files:
configure.in
Log Message:
Patches
Index: configure.in
===================================================================
RCS file: /cvsroot/faac/faac/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** configure.in 27 Jul 2009 18:12:38 -0000 1.26
--- configure.in 4 Jun 2010 21:16:21 -0000 1.27
***************
*** 5,8 ****
--- 5,11 ----
AM_CONFIG_HEADER(config.h)
+ AH_TOP([#ifndef CONFIG_H
+ #define CONFIG_H])
+ AH_BOTTOM([#endif /* CONFIG_H */])
AC_ARG_WITH( mp4v2, [ --with-mp4v2 compile libmp4v2],WITHMP4V2=$withval, WITHMP4V2=yes)
|