[SCM] drc/master: Reverted source change

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Aug 16 21:38:23 UTC 2011


The following commit has been merged in the master branch:
commit 9debaa3ee6b5cdacdc35755c793cb78cb9577ab8
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Aug 16 23:38:13 2011 +0200

    Reverted source change

diff --git a/source/makefile b/source/makefile
index d4805a1..6fd7d69 100644
--- a/source/makefile
+++ b/source/makefile
@@ -4,7 +4,7 @@
 VERSION=3.1.0
 
 # Where to install
-INSTALL_PREFIX=$(DESTDIR)/usr
+INSTALL_PREFIX=$(DESTDIR)/usr/local
 
 # Compiler
 CC=gcc
@@ -21,7 +21,7 @@ CC=gcc
 
 # Pentium 3 or greater optimizaztions settings with SSE support
 # Be careful: -mfpmath=sse sometimes causes accuracy problems
-CFLAGS= -O -msse -mfpmath=sse  -I. 
+CFLAGS=-march=pentium3 -O -mfancy-math-387 -msse -mfpmath=sse -mtune=pentium3 -I. 
 
 # Same as above, but tested on recent Mac OS X
 # Be careful: -mfpmath=sse sometimes causes accuracy problems

-- 
drc packaging



More information about the pkg-multimedia-commits mailing list