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

Vlad Glagolev scm at sourcemage.org
Fri Oct 8 04:17:53 EDT 2010


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



More information about the SM-Commit mailing list