From f905a15acc18b300c77d872079d37f6ed44e9567 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 1 Jan 2007 17:47:53 +0000 Subject: New plugin for decoding RealVideo Streams using the x86 32bit shared libraries. Original commit message from CVS: reviewed by: Edward Hervey * 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 --- gst/real/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gst/real/Makefile.am (limited to 'gst/real/Makefile.am') diff --git a/gst/real/Makefile.am b/gst/real/Makefile.am new file mode 100644 index 00000000..d1d924c8 --- /dev/null +++ b/gst/real/Makefile.am @@ -0,0 +1,7 @@ +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) -- cgit v1.2.1