mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
153eaabd1a
Original commit message from CVS: distcheck fix
20 lines
404 B
Makefile
20 lines
404 B
Makefile
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)
|
|
|
|
noinst_HEADERS = \
|
|
gstffmpegcodecmap.h \
|
|
imgconvert_template.h \
|
|
common.h \
|
|
mmx.h \
|
|
avcodec.h
|