[vlc-devel] commit: Contribs: Fix libmpcdec configure.ac (Christophe Mutricy )

git version control git at videolan.org
Thu Jun 18 19:18:12 CEST 2009


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu Jun 18 19:14:31 2009 +0200| [a8d24bd4fcb8ff8fcf8e988b267c707bd523dbd4] | committer: Christophe Mutricy 

Contribs: Fix libmpcdec configure.ac

You need a compiler.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a8d24bd4fcb8ff8fcf8e988b267c707bd523dbd4
---

 extras/contrib/src/Patches/mpcdec.patch |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Patches/mpcdec.patch b/extras/contrib/src/Patches/mpcdec.patch
index 1f8befd..94a39dc 100644
--- a/extras/contrib/src/Patches/mpcdec.patch
+++ b/extras/contrib/src/Patches/mpcdec.patch
@@ -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




More information about the vlc-devel mailing list