Author: pebender
Date: Fri Nov 7 09:37:33 2008
New Revision: 3929
Modified:
trunk/gar-minimyth/script/lib/ffmpeg/Makefile
trunk/gar-minimyth/script/lib/ffmpeg/checksums
trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-15767.27884.patch.gar
Log:
- Enabled support for building with yasm in lib/ffmpeg.
Modified: trunk/gar-minimyth/script/lib/ffmpeg/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/Makefile (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/Makefile Fri Nov 7 09:37:33 2008
@@ -10,7 +10,8 @@
define BLURB
endef
-DEPENDS = lang/c lib/SDL lib/zlib utils/bzip2
+DEPENDS = lang/c lib/SDL lib/zlib utils/bzip2
+BUILDDEPS = devel/yasm
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
Modified: trunk/gar-minimyth/script/lib/ffmpeg/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/checksums (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/checksums Fri Nov 7 09:37:33 2008
@@ -1 +1 @@
-15d4230014580dfbaa389ddb95681f7e download/ffmpeg-15767.27884.patch.gar
+0bdd7c276dbe98c618aab73b3ef483af download/ffmpeg-15767.27884.patch.gar
Modified:
trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-15767.27884.patch.gar
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-15767.27884.patch.gar
(original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-15767.27884.patch.gar
Fri Nov 7 09:37:33 2008
@@ -1,6 +1,6 @@
diff -Naur ffmpeg-15767.27884-old/configure
ffmpeg-15767.27884-new/configure
--- ffmpeg-15767.27884-old/configure 2008-11-02 12:12:57.000000000 -0800
-+++ ffmpeg-15767.27884-new/configure 2008-11-02 12:13:46.000000000 -0800
++++ ffmpeg-15767.27884-new/configure 2008-11-07 09:17:02.000000000 -0800
@@ -680,11 +680,11 @@
func=$4
shift 4
@@ -16,6 +16,15 @@
check_lib "$@" $header $func && enable $cfg
fi
return $err
+@@ -1212,7 +1212,7 @@
+ set >> $logfile
+
+ cc_default="${cross_prefix}${cc_default}"
+-yasmexe="${cross_prefix}${yasmexe}"
++yasmexe="${yasmexe}"
+ ar="${cross_prefix}${ar}"
+ nm="${cross_prefix}${nm}"
+ ranlib="${cross_prefix}${ranlib}"
@@ -1874,7 +1874,7 @@
disable sdl_too_old
@@ -27,7 +36,7 @@
temp_cflags $sdl_cflags
diff -Naur ffmpeg-15767.27884-old/Makefile ffmpeg-15767.27884-new/Makefile
--- ffmpeg-15767.27884-old/Makefile 2008-11-02 12:12:57.000000000 -0800
-+++ ffmpeg-15767.27884-new/Makefile 2008-11-02 12:13:46.000000000 -0800
++++ ffmpeg-15767.27884-new/Makefile 2008-11-07 09:16:34.000000000 -0800
@@ -89,11 +89,11 @@
HOOKS = $(addprefix vhook/, $(addsuffix $(SLIBSUF), $(BASEHOOKS)
$(HOOKS-yes)))
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---