mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
build: remove more tarkin/theoraexp build cruft
This commit is contained in:
parent
d247cf8e6d
commit
53a9b430f3
7 changed files with 4 additions and 27 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -1507,19 +1507,6 @@ gst_textwrite_get_type
|
|||
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>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue