mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
d5641e3e6b
Original commit message from CVS: * docs/Makefile.am: Don't attempt to build plugin docs when they're disabled. * gst/bayer/Makefile.am: Add libgstvideo to the link. * gst/rtpmanager/Makefile.am: Fix link order, and move LIBS things to _LIBS
9 lines
327 B
Makefile
9 lines
327 B
Makefile
plugin_LTLIBRARIES = libgstbayer.la
|
|
|
|
libgstbayer_la_SOURCES = gstbayer.c gstbayer2rgb.c
|
|
libgstbayer_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS)
|
|
libgstbayer_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
|
$(GST_BASE_LIBS)
|
|
libgstbayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|