mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
ddb70fda50
Original commit message from CVS: * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check. * gst/bayer/Makefile.am: Fix the build.
7 lines
261 B
Makefile
7 lines
261 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_BASE_LIBS)
|
|
libgstbayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|