mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
f905a15acc
Original commit message from CVS: reviewed by: Edward Hervey <edward@fluendo.com> * configure.ac: * gst/real/Makefile.am: * gst/real/gstreal.c: (gst_realdec_alloc_buffer), (gst_realdec_decode), (gst_realdec_chain), (gst_realdec_activate_push), (gst_realdec_setcaps), (gst_realdec_init), (gst_realdec_base_init), (gst_realdec_change_state), (gst_realdec_finalize), (gst_realdec_set_property), (gst_realdec_get_property), (gst_realdec_class_init), (plugin_init): New plugin for decoding RealVideo Streams using the x86 32bit shared libraries. Closes #354174
7 lines
214 B
Makefile
7 lines
214 B
Makefile
plugin_LTLIBRARIES = libgstreal.la
|
|
|
|
libgstreal_la_SOURCES = gstreal.c
|
|
|
|
libgstreal_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstreal_la_LIBADD = $(GST_BASE_LIBS)
|
|
libgstreal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|