summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-01-01 17:47:53 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-01-01 17:47:53 +0000
commitf905a15acc18b300c77d872079d37f6ed44e9567 (patch)
treec201d03c2a5044c0057f5a4e395940a4dc42e851 /configure.ac
parent7d3790ac1d01e814de01fe261bd86015bd832319 (diff)
downloadgstreamer-plugins-bad-f905a15acc18b300c77d872079d37f6ed44e9567.tar.gz
New plugin for decoding RealVideo Streams using the x86 32bit shared libraries.
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2801b8c52..fb52edb64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,6 +95,7 @@ GST_PLUGINS_ALL="\
videoparse \
xingheader \
y4m \
+ real \
"
AC_SUBST(GST_PLUGINS_ALL)
@@ -837,6 +838,7 @@ gst/tta/Makefile
gst/videocrop/Makefile
gst/videoparse/Makefile
gst/xingheader/Makefile
+gst/real/Makefile
gst/y4m/Makefile
gst-libs/Makefile
gst-libs/gst/Makefile