[Lunar-commits] r23965 - moonbase/trunk/video/ffmpeg
Florin Braescu
florin at lunar-linux.org
Sun Apr 8 07:24:09 CEST 2007
Author: florin
Date: 2007-04-08 07:24:09 +0200 (Sun, 08 Apr 2007)
New Revision: 23965
Added:
moonbase/trunk/video/ffmpeg/BUILD.x86_64
Log:
this seems to be needed for x86_64.
Added: moonbase/trunk/video/ffmpeg/BUILD.x86_64
===================================================================
--- moonbase/trunk/video/ffmpeg/BUILD.x86_64 (rev 0)
+++ moonbase/trunk/video/ffmpeg/BUILD.x86_64 2007-04-08 05:24:09 UTC (rev 23965)
@@ -0,0 +1,15 @@
+(
+
+ export CFLAGS="$CFLAGS -fPIC"
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+
+ sedit "s/static uint64/const uint64/" libavcodec/liba52/resample_mmx.c &&
+
+ OPTS="$OPTS --enable-gpl --enable-shared --enable-pthreads \
+ --disable-ffplay --disable-opts --disable-mmx"
+
+ default_build
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list