mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
789be9a726
Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
8 lines
238 B
Makefile
8 lines
238 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstrtjpeg.la
|
|
|
|
libgstrtjpeg_la_SOURCES = gstrtjpeg.c gstrtjpegenc.c gstrtjpegdec.c RTjpeg.c
|
|
libgstrtjpeg_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstrtjpegenc.h gstrtjpegdec.h RTjpeg.h
|