Author: spturtle
Date: Mon Dec 18 12:36:41 2006
New Revision: 98492
Modified:
packages/cooker/mlt/current/SOURCES/mlt-0.2.2-linuxppc.patch
Log:
- fix patch2: enable SSE optimizations for x86-64
Modified: packages/cooker/mlt/current/SOURCES/mlt-0.2.2-linuxppc.patch
==============================================================================
--- packages/cooker/mlt/current/SOURCES/mlt-0.2.2-linuxppc.patch
(original)
+++ packages/cooker/mlt/current/SOURCES/mlt-0.2.2-linuxppc.patch Mon Dec
18 12:36:41 2006
@@ -45,7 +45,7 @@
;;
esac
+ case $targetarch in
-+ i386)
++ i386|x86_64)
+ echo "CFLAGS+=-DHAVE_SSE"
+ ;;
+ *)