libvpx in debian/ubuntu does not ship with vpx.pc yet
This commit is contained in:
parent
5f6ed9b777
commit
00e6716577
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +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 vpx`
|
||||
LINKFLAGS += `pkg-config --libs oggplay nestegg` -lvpx
|
||||
|
||||
all: ${PROG}
|
||||
|
||||
|
|
Loading…
Reference in a new issue