Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6bb89b1db45d43782be2ab020c0fc8934eb88afb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6bb89b1db45d43782be2ab020c0fc8934eb88afb)
  • Date: Fri, 8 Oct 2010 03:17:53 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

php-pear/ffmpeg-php/HISTORY | 3 +++
php-pear/ffmpeg-php/PRE_BUILD | 2 ++
2 files changed, 5 insertions(+)

New commits:
commit 6bb89b1db45d43782be2ab020c0fc8934eb88afb
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ffmpeg-php: fixed compilation with the latest ffmpeg lib

diff --git a/php-pear/ffmpeg-php/HISTORY b/php-pear/ffmpeg-php/HISTORY
index 5c9cb01..59b5851 100644
--- a/php-pear/ffmpeg-php/HISTORY
+++ b/php-pear/ffmpeg-php/HISTORY
@@ -1,3 +1,6 @@
+2010-10-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: fixed compilation with the latest ffmpeg library
+
2010-05-06 Vlad Glagolev <stealth AT sourcemage.org>
* TRIGGERS: added

diff --git a/php-pear/ffmpeg-php/PRE_BUILD b/php-pear/ffmpeg-php/PRE_BUILD
index 7f85d2f..102a534 100755
--- a/php-pear/ffmpeg-php/PRE_BUILD
+++ b/php-pear/ffmpeg-php/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+sed -i "s:PIX_FMT_RGBA32:PIX_FMT_RGB32:g" ffmpeg_frame.c &&
+
phpize



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6bb89b1db45d43782be2ab020c0fc8934eb88afb), Vlad Glagolev, 10/08/2010

Archive powered by MHonArc 2.6.24.

Top of Page