diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-09 20:18:27 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-09 20:18:27 +0100 |
commit | daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7 (patch) | |
tree | 8ea0cec3ecbc810fae0aac59fc7a1606ca00eade /Makefile | |
parent | 253e5f1ad3526de662e66c12f3e083025436c8e3 (diff) | |
download | pcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.tar.gz pcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.tar.bz2 pcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.tar.xz pcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.zip |
Image frames decoding
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ BINARIES += pci INCDIR += ./ LDINC += $(addprefix -L ,$(LIBDIR)) -LDFLAGS += -pthread +LDFLAGS += -pthread -lufodecode CFLAGS += -pthread DESTDIR ?= /usr/local |