mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
3a67e37505
videos to a smaller size
22 lines
639 B
Plaintext
22 lines
639 B
Plaintext
--- vamps/Makefile.orig Wed Nov 16 18:20:08 2005
|
|
+++ vamps/Makefile Fri Dec 16 02:52:02 2005
|
|
@@ -12,9 +12,6 @@
|
|
# along with this program; if not, write to the Free Software
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
-CC = gcc
|
|
-CFLAGS = -pipe -Wall -O3 -fomit-frame-pointer -funroll-loops \
|
|
- -DHAVE_BUILTIN_EXPECT
|
|
STATIC =
|
|
#STATIC = -static
|
|
STRIP = strip
|
|
@@ -25,7 +22,7 @@
|
|
all: vamps
|
|
|
|
vamps: vamps.o requant.o
|
|
- $(CC) -o $@ $(STATIC) vamps.o requant.o -lm -lpthread
|
|
+ $(CC) $(LDFLAGS) -o $@ vamps.o requant.o -lm
|
|
$(STRIP) $@
|
|
|
|
requant.o: requant.h putvlc.h getvlc.h qTable.h
|