mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
ac8b1191d4
Original commit message from CVS: just a small fix. I have to pay more attention when commiting ;-)
14 lines
578 B
Makefile
14 lines
578 B
Makefile
|
|
plugin_LTLIBRARIES = libgstdivxdec.la libgstdivxenc.la
|
|
|
|
libgstdivxenc_la_SOURCES = gstdivxenc.c
|
|
libgstdivxenc_la_CFLAGS = $(GST_CFLAGS) $(DIVX_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstdivxenc_la_LIBADD = $(DIVXENC_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
|
libgstdivxenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstdivxdec_la_SOURCES = gstdivxdec.c
|
|
libgstdivxdec_la_CFLAGS = $(GST_CFLAGS) $(DIVX_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstdivxdec_la_LIBADD = $(DIVXDEC_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
|
libgstdivxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstdivxenc.h gstdivxdec.h
|