diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-04-01 01:10:50 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-04-01 01:10:50 (GMT) |
commit | 68b644836078d02cb82e027b87ef8f388d32da29 (patch) | |
tree | 91e2dab33ecb0fe7a8c69859ba595470df492f0d /abs/extra/m2vrequantiser/m2vrequantiser_makefile.patch | |
parent | 476f9933d9ca97018810c4d78df2bd8ec9f7f583 (diff) | |
download | linhes_pkgbuild-68b644836078d02cb82e027b87ef8f388d32da29.zip linhes_pkgbuild-68b644836078d02cb82e027b87ef8f388d32da29.tar.gz linhes_pkgbuild-68b644836078d02cb82e027b87ef8f388d32da29.tar.bz2 |
m2vrequantiser: initial include. Ref #767
Diffstat (limited to 'abs/extra/m2vrequantiser/m2vrequantiser_makefile.patch')
-rw-r--r-- | abs/extra/m2vrequantiser/m2vrequantiser_makefile.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/extra/m2vrequantiser/m2vrequantiser_makefile.patch b/abs/extra/m2vrequantiser/m2vrequantiser_makefile.patch new file mode 100644 index 0000000..bca0d58 --- /dev/null +++ b/abs/extra/m2vrequantiser/m2vrequantiser_makefile.patch @@ -0,0 +1,8 @@ +--- Makefile.orig 2011-04-01 00:24:08.000000000 +0000 ++++ Makefile 2011-04-01 01:00:03.000000000 +0000 +@@ -1,4 +1,4 @@ +-PREFIX ?= /usr/local ++PREFIX ?= $(DESTDIR)/usr + CC = gcc + CFLAGS ?= -O2 -g -funroll-loops -frename-registers + CFLAGS += -D_LARGEFILE_SOURCE -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_REENTRANT |