]> git.sesse.net Git - vlc/commitdiff
Contribs: Fix libmpcdec configure.ac
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 18 Jun 2009 17:14:31 +0000 (19:14 +0200)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 18 Jun 2009 17:17:31 +0000 (19:17 +0200)
You need a compiler.

extras/contrib/src/Patches/mpcdec.patch

index 1f8befda950146f447b5d3da87b974c378440995..94a39dcb5156a8cc1f1b41fb0e6f0abe1c0d38f3 100644 (file)
@@ -1,5 +1,15 @@
 --- mpcdec/configure.ac        2007-04-17 21:05:32.000000000 +0200
 +++ mpcdec/configure.ac        2007-09-06 23:52:09.000000000 +0200
+@@ -8,6 +8,9 @@
+ CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -fPIC"
++AC_PROG_CC
++AC_PROG_CXX
++
+ AC_C_BIGENDIAN(,CFLAGS="$CFLAGS -DMPC_LITTLE_ENDIAN",)
+ AC_HEADER_STDC
 @@ -58,10 +58,15 @@
        ac_cv_c_int64_t=int64_t
  fi