update nestegg, support vp9
This commit is contained in:
parent
feb469d863
commit
142e478c51
4 changed files with 907 additions and 142 deletions
4
Makefile
4
Makefile
|
|
@ -13,10 +13,10 @@ FLAGS += -I. -Isrc -Isrc/halloc
|
|||
|
||||
INSTALL = install
|
||||
|
||||
INCLUDEFLAGS ?= `pkg-config --cflags oggplay` `imlib2-config --cflags`
|
||||
INCLUDEFLAGS ?= `pkg-config --cflags oggplay vpx` `imlib2-config --cflags`
|
||||
LINKFLAGS += -L${PREFIX}/lib
|
||||
LINKFLAGS += `imlib2-config --libs`
|
||||
LINKFLAGS += `pkg-config --libs oggplay` -lvpx
|
||||
LINKFLAGS += `pkg-config --libs oggplay vpx`
|
||||
LINKFLAGS += ${LDFLAGS}
|
||||
LINKFLAGS += -lm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue