]> git.pld-linux.org Git - packages/libmpeg3.git/blame - libmpeg3-opt.patch
- adapterized
[packages/libmpeg3.git] / libmpeg3-opt.patch
CommitLineData
a6c7fa1d
JB
1--- libmpeg3/Makefile.orig Fri Apr 5 22:15:40 2002
2+++ libmpeg3/Makefile Fri Apr 5 22:37:00 2002
3@@ -46,14 +46,14 @@
4 ifeq ($(OBJDIR), alpha)
5 USE_MMX = 0
6 ifneq ($(HAVE_CFLAGS), yes)
7- CFLAGS = -O4 -arch ev67 -ieee -accept c99_keywords -gcc_messages
3775e907 8+ CFLAGS = $(OPT)
a6c7fa1d
JB
9 endif
10 endif
11
12 ifeq ($(OBJDIR), i686)
13 USE_MMX = 1
14 ifneq ($(HAVE_CFLAGS), yes)
15- CFLAGS = -O2 -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -I/usr/local/include
16+ CFLAGS = $(OPT) -D_FILE_OFFSET_BITS=64
17 endif
18 endif
19
This page took 0.056393 seconds and 4 git commands to generate.