mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
2d249a74f4
Original commit message from CVS: distcheck fix
21 lines
417 B
Makefile
21 lines
417 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 \
|
|
dsputil.h \
|
|
mmx.h \
|
|
avcodec.h
|