2004-03-15 16:27:29 +00:00
|
|
|
plugin_LTLIBRARIES = libgstffmpegcolorspace.la
|
|
|
|
|
|
|
|
libgstffmpegcolorspace_la_SOURCES = \
|
|
|
|
gstffmpeg.c \
|
|
|
|
gstffmpegcolorspace.c \
|
|
|
|
gstffmpegcodecmap.c \
|
|
|
|
dsputil.c \
|
|
|
|
mem.c \
|
|
|
|
utils.c \
|
|
|
|
imgconvert.c
|
|
|
|
|
|
|
|
libgstffmpegcolorspace_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstffmpegcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2005-07-15 10:44:19 +00:00
|
|
|
libgstffmpegcolorspace_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
2004-03-15 16:27:29 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2005-09-15 15:43:28 +00:00
|
|
|
gstffmpegcolorspace.h \
|
2004-03-15 16:27:29 +00:00
|
|
|
gstffmpegcodecmap.h \
|
|
|
|
imgconvert_template.h \
|
2004-03-15 17:52:20 +00:00
|
|
|
dsputil.h \
|
2004-03-15 16:27:29 +00:00
|
|
|
avcodec.h
|