[vlc-devel] commit: Contribs: Fix libmpcdec configure.ac (Christophe Mutricy )
git version control
git at videolan.org
Thu Aug 27 19:34:44 CEST 2009
vlc | branch: 1.0-bugfix | Christophe Mutricy <xtophe at videolan.org> | Thu Jun 18 19:14:31 2009 +0200| [b0375d62b62b10053bc71ec5890121e0924a8cc7] | committer: Rémi Denis-Courmont
Contribs: Fix libmpcdec configure.ac
You need a compiler.
(cherry picked from commit a8d24bd4fcb8ff8fcf8e988b267c707bd523dbd4)
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0375d62b62b10053bc71ec5890121e0924a8cc7
---
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