summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-09-19 17:44:54 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-09-19 17:44:54 +0200
commitcddfe69635bcb66bc254d20f4973eeabb4061b7e (patch)
tree61ccc84720962b914c71d7d4816da256ef6d8598 /src
parent8ea0da109c1e8134b123f618b5e7df5274183e87 (diff)
YUYV -> JPEG conversion (untested).
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7f62c50..197647c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS = simplertp
-simplertp_LDADD = $(QT_LIBS) $(AO_LIBS) $(V4LC_LIBS) \
+simplertp_LDADD = $(QT_LIBS) $(AO_LIBS) $(V4LC_LIBS) -ljpeg \
$(shell ../tools/MocList o ) qrc_simplertp.o
simplertp_CXXFLAGS = $(QT_CFLAGS) $(AO_CFLAGS) $(V4LC_CFLAGS)