2002-02-03 16:30:31 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgsttarkin.la
|
|
|
|
|
|
|
|
libgsttarkin_la_SOURCES = tarkin.c \
|
|
|
|
mem.c wavelet.c wavelet_xform.c \
|
|
|
|
wavelet_coeff.c yuv.c info.c \
|
|
|
|
gsttarkin.c gsttarkinenc.c gsttarkindec.c
|
|
|
|
|
|
|
|
libgsttarkin_la_CFLAGS = $(GST_CFLAGS) $(VORBIS_CFLAGS) -DTYPE_BITS=10 -DTYPE=int16_t -DRLECODER
|
|
|
|
## AM_PATH_VORBIS also sets VORBISENC_LIBS
|
2002-03-19 04:10:06 +00:00
|
|
|
libgsttarkin_la_LIBADD = $(VORBIS_LIBS) $(VORBISENC_LIBS)
|
2002-03-19 01:39:43 +00:00
|
|
|
libgsttarkin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:42:30 +00:00
|
|
|
libgsttarkin_la_LIBTOOLFLAGS = --tag=disable-static
|
2002-02-03 16:30:31 +00:00
|
|
|
|
2002-02-06 14:44:42 +00:00
|
|
|
noinst_HEADERS = gsttarkinenc.h mem.h tarkin.h yuv.h wavelet.h
|