[Erp5-report] r45350 kazuhiko - /erp5/trunk/buildout/software-profiles/ffmpeg.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 12 23:37:45 CEST 2011
Author: kazuhiko
Date: Tue Apr 12 23:37:44 2011
New Revision: 45350
URL: http://svn.erp5.org?rev=45350&view=rev
Log:
add H264 support.
Modified:
erp5/trunk/buildout/software-profiles/ffmpeg.cfg
Modified: erp5/trunk/buildout/software-profiles/ffmpeg.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/ffmpeg.cfg?rev=45350&r1=45349&r2=45350&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/ffmpeg.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/ffmpeg.cfg [utf8] Tue Apr 12 23:37:44 2011
@@ -45,6 +45,16 @@ configure-options =
environment =
PATH=${yasm:location}/bin:%(PATH)s
+[libx264]
+recipe = hexagonit.recipe.cmmi
+url = ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20110412-2245.tar.bz2
+md5sum = 423c402214544d0e2f21455175a0d01f
+configure-options =
+ --enable-shared
+ --enable-pic
+environment =
+ PATH=${yasm:location}/bin:%(PATH)s
+
[ffmpeg-0.6]
recipe = hexagonit.recipe.cmmi
url = http://www.ffmpeg.org/releases/ffmpeg-0.6.2.tar.bz2
@@ -56,11 +66,12 @@ configure-options =
--enable-bzlib
--enable-libtheora
--enable-libvpx
+ --enable-libx264
--enable-shared
--enable-zlib
--disable-static
--extra-ldflags="-Wl,-rpath -Wl,${buildout:parts-directory}/${:_buildout_section_name_}/lib"
environment =
- CPPFLAGS=-I${bzip2:location}/include -I${libogg:location}/include -I${libvorbis:location}/include -I${libtheora:location}/include -I${libvpx:location}/include -I${zlib:location}/include
- LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -L${libogg:location}/lib -Wl,-rpath -Wl,${libogg:location}/lib -L${libvorbis:location}/lib -Wl,-rpath -Wl,${libvorbis:location}/lib -L${libtheora:location}/lib -Wl,-rpath -Wl,${libtheora:location}/lib -L${libvpx:location}/lib -Wl,-rpath -Wl,${libvpx:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
+ CPPFLAGS=-I${bzip2:location}/include -I${libogg:location}/include -I${libvorbis:location}/include -I${libtheora:location}/include -I${libvpx:location}/include -I${libx264:location}/include -I${zlib:location}/include
+ LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -L${libogg:location}/lib -Wl,-rpath -Wl,${libogg:location}/lib -L${libvorbis:location}/lib -Wl,-rpath -Wl,${libvorbis:location}/lib -L${libtheora:location}/lib -Wl,-rpath -Wl,${libtheora:location}/lib -L${libvpx:location}/lib -Wl,-rpath -Wl,${libvpx:location}/lib -L${libx264:location}/lib -Wl,-rpath -Wl,${libx264:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
PATH=${yasm:location}/bin:%(PATH)s
More information about the Erp5-report
mailing list