summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-01-18 17:25:35 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-01-18 17:30:28 +0000
commitb5bd2a8855a02f6e53eadedc0262eb59326ac07f (patch)
tree712f994cd16214d2fa4685155e30b41ad90830c1 /configure.ac
parente694bddf565f1ceb06a36941ad33d5a9f2f339d3 (diff)
downloadgstreamer-plugins-bad-b5bd2a8855a02f6e53eadedc0262eb59326ac07f.tar.gz
Remove real plugin which is no longer needed and has never been ported
Decoders for these formats exist in gst-libav, if anyone still has a need for them.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 26a668672..976f74fe5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -414,7 +414,7 @@ GST_PLUGINS_NONPORTED=" cdxaparse \
dccp faceoverlay \
hdvparse \
mve nuvdemux \
- patchdetect real \
+ patchdetect \
sdi tta \
videomeasure \
linsys \
@@ -476,7 +476,6 @@ AG_GST_CHECK_PLUGIN(patchdetect)
AG_GST_CHECK_PLUGIN(pcapparse)
AG_GST_CHECK_PLUGIN(pnm)
AG_GST_CHECK_PLUGIN(rawparse)
-AG_GST_CHECK_PLUGIN(real)
AG_GST_CHECK_PLUGIN(removesilence)
AG_GST_CHECK_PLUGIN(rtp)
AG_GST_CHECK_PLUGIN(sdi)
@@ -498,12 +497,6 @@ AG_GST_CHECK_PLUGIN(yadif)
dnl *** plug-ins to exclude ***
-dnl real plugin only works on i386 and x86_64 for the time being.
-if test "x$HAVE_CPU_I386" != "xyes" && test "x$HAVE_CPU_X86_64" != "xyes"; then
- AC_MSG_WARN([Not building real plugin, only works on 32bit and 64bit x86 platforms])
- AG_GST_DISABLE_PLUGIN(real)
-fi
-
AC_CHECK_HEADER(AVFoundation/AVFoundation.h, HAVE_AVFOUNDATION="yes", HAVE_AVFOUNDATION="no", [-])
AC_CHECK_HEADER(MobileCoreServices/MobileCoreServices.h, HAVE_IOS="yes", HAVE_IOS="no", [-])
AC_CHECK_HEADER(VideoToolbox/VideoToolbox.h, HAVE_VIDEOTOOLBOX="yes", HAVE_VIDEOTOOLBOX="no", [-])
@@ -3206,7 +3199,6 @@ gst/patchdetect/Makefile
gst/pcapparse/Makefile
gst/pnm/Makefile
gst/rawparse/Makefile
-gst/real/Makefile
gst/removesilence/Makefile
gst/rtp/Makefile
gst/sdi/Makefile