gst-plugins-bad: build: remove more tarkin/theoraexp build cruft
Tim Müller
tpm at kemper.freedesktop.org
Fri Mar 11 02:26:30 PST 2011
Module: gst-plugins-bad
Branch: master
Commit: 53a9b430f3c625831c91b77e3181d32d30ef2254
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=53a9b430f3c625831c91b77e3181d32d30ef2254
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Fri Mar 11 10:26:01 2011 +0000
build: remove more tarkin/theoraexp build cruft
---
Makefile.am | 4 +++-
configure.ac | 1 -
docs/plugins/Makefile.am | 1 -
docs/plugins/gst-plugins-bad-plugins-docs.sgml | 1 -
docs/plugins/gst-plugins-bad-plugins-sections.txt | 13 -------------
ext/Makefile.am | 9 ---------
gst/vmnc/Makefile.am | 2 +-
7 files changed, 4 insertions(+), 27 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index aaa7213..4bcaa88 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,7 +82,9 @@ CRUFT_DIRS = \
$(top_srcdir)/ext/alsaspdif \
$(top_srcdir)/ext/ivorbis \
$(top_srcdir)/ext/jack \
- $(top_srcdir)/ext/metadata
+ $(top_srcdir)/ext/metadata \
+ $(top_srcdir)/ext/tarkin \
+ $(top_srcdir)/ext/theora
include $(top_srcdir)/common/cruft.mak
diff --git a/configure.ac b/configure.ac
index 8c37a81..5efaedf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1649,7 +1649,6 @@ AM_CONDITIONAL(USE_SPC, false)
AM_CONDITIONAL(USE_GME, false)
AM_CONDITIONAL(USE_GSETTINGS, false)
AM_CONDITIONAL(USE_SWFDEC, false)
-AM_CONDITIONAL(USE_THEORADEC, false)
AM_CONDITIONAL(USE_XVID, false)
AM_CONDITIONAL(USE_DVB, false)
AM_CONDITIONAL(USE_WININET, false)
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 0d124a7..b5dc83a 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -129,7 +129,6 @@ EXTRA_HFILES = \
$(top_srcdir)/ext/rsvg/gstrsvgoverlay.h \
$(top_srcdir)/ext/sdl/sdlaudiosink.h \
$(top_srcdir)/ext/sdl/sdlvideosink.h \
- $(top_srcdir)/ext/theora/theoradec.h \
$(top_srcdir)/ext/timidity/gsttimidity.h \
$(top_srcdir)/ext/timidity/gstwildmidi.h \
$(top_srcdir)/ext/vp8/gstvp8enc.h \
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index 8cbad1e..f5dc1a3 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -113,7 +113,6 @@
<xi:include href="xml/element-square.xml" />
<xi:include href="xml/element-stereo.xml" />
<xi:include href="xml/element-stretch.xml" />
- <!--xi:include href="xml/element-theoradecexp.xml" /-->
<xi:include href="xml/element-templatematch.xml" />
<xi:include href="xml/element-textwrite.xml" />
<xi:include href="xml/element-tiger.xml" />
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 98e3264..03c050c 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -1508,19 +1508,6 @@ gst_textwrite_plugin_init
</SECTION>
<SECTION>
-<FILE>element-theoradecexp</FILE>
-<TITLE>theoradecexp</TITLE>
-GstTheoraExpDec
-<SUBSECTION Standard>
-GstTheoraExpDecClass
-GST_THEORA_DEC_EXP
-GST_THEORA_DEC_EXP_CLASS
-GST_IS_THEORA_DEC_EXP
-GST_IS_THEORA_DEC_EXP_CLASS
-GST_TYPE_THEORA_DEC_EXP
-</SECTION>
-
-<SECTION>
<FILE>element-timidity</FILE>
<TITLE>timidity</TITLE>
GstTimidity
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 552926f..d6638d0 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -336,12 +336,6 @@ else
GSETTINGS_DIR=
endif
-# if USE_XINE
-# XINE_DIR=xine
-# else
-XINE_DIR=
-# endif
-
if USE_XVID
XVID_DIR=xvid
else
@@ -415,11 +409,8 @@ SUBDIRS=\
$(GME_DIR) \
$(SPC_DIR) \
$(SWFDEC_DIR) \
- $(TARKIN_DIR) \
- $(THEORA_DIR) \
$(TIMIDITY_DIR) \
$(VP8_DIR) \
- $(XINE_DIR) \
$(XVID_DIR) \
$(ZBAR_DIR) \
$(RTMP_DIR)
diff --git a/gst/vmnc/Makefile.am b/gst/vmnc/Makefile.am
index 55074c1..f807c2c 100644
--- a/gst/vmnc/Makefile.am
+++ b/gst/vmnc/Makefile.am
@@ -1,7 +1,7 @@
plugin_LTLIBRARIES = libgstvmnc.la
libgstvmnc_la_SOURCES = vmncdec.c
-libgstvmnc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS)
+libgstvmnc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstvmnc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
libgstvmnc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvmnc_la_LIBTOOLFLAGS = --tag=disable-static
More information about the gstreamer-commits
mailing list