Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 58517
Collapse All | Expand All

(-)vamps-0.95/Makefile (-2 / +2 lines)
Lines 14-20 Link Here
14
14
15
CC     = gcc
15
CC     = gcc
16
CFLAGS = -Wall -O3 -fomit-frame-pointer -fexpensive-optimizations \
16
CFLAGS = -Wall -O3 -fomit-frame-pointer -fexpensive-optimizations \
17
         -funroll-loops -march=i686 -mcpu=i686 -malign-functions=4
17
         -funroll-loops -march=athlon64 -mcpu=athlon64 -falign-functions=4
18
STATIC =
18
STATIC =
19
#STATIC = -static
19
#STATIC = -static
20
STRIP  = strip
20
STRIP  = strip
Lines 23-29 Link Here
23
all:			vamps vamps-play_title lsdvd
23
all:			vamps vamps-play_title lsdvd
24
24
25
vamps:			vamps.o requant.o
25
vamps:			vamps.o requant.o
26
			$(CC) -o $@ $(STATIC) vamps.o requant.o -lpthread
26
			$(CC) -o $@ $(STATIC) vamps.o requant.o -lpthread -lm
27
			$(STRIP) $@
27
			$(STRIP) $@
28
28
29
requant.o:		requant.h putvlc.h getvlc.h
29
requant.o:		requant.h putvlc.h getvlc.h

Return to bug 58517