large file support
This commit is contained in:
parent
9bfe6d4337
commit
5f6ed9b777
2 changed files with 13 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -6,7 +6,6 @@ BINDIR ?= ${DESTDIR}${PREFIX}/bin
|
|||
MAN1DIR ?= ${DESTDIR}${PREFIX}/man/man1
|
||||
|
||||
CC ?= gcc
|
||||
CFLAGS ?= -D_FILE_OFFSET_BITS=64
|
||||
CFLAGS += -Wall -ffast-math -fsigned-char
|
||||
CFLAGS += -I. -Isrc -Isrc/halloc
|
||||
|
||||
|
|
@ -15,8 +14,7 @@ INSTALL = install
|
|||
INCLUDEFLAGS ?= `pkg-config --cflags oggplay nestegg` `imlib2-config --cflags`
|
||||
LINKFLAGS ?= -L${PREFIX}/lib
|
||||
LINKFLAGS += `imlib2-config --libs`
|
||||
LINKFLAGS += `pkg-config --libs oggplay nestegg`
|
||||
LINKFLAGS += -lvpx
|
||||
LINKFLAGS += `pkg-config --libs oggplay nestegg vpx`
|
||||
|
||||
all: ${PROG}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue