mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
add tremor plugins to needed buildscripts
Original commit message from CVS: add tremor plugins to needed buildscripts
This commit is contained in:
parent
5df1c827fb
commit
ebe743ec93
2 changed files with 3 additions and 3 deletions
|
@ -288,6 +288,7 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||||
dnl these are all the gst plug-ins, compilable without additional libs
|
dnl these are all the gst plug-ins, compilable without additional libs
|
||||||
GST_PLUGINS_ALL="\
|
GST_PLUGINS_ALL="\
|
||||||
speed \
|
speed \
|
||||||
|
mpegstream \
|
||||||
qtdemux \
|
qtdemux \
|
||||||
tta \
|
tta \
|
||||||
"
|
"
|
||||||
|
@ -403,10 +404,7 @@ fi
|
||||||
dnl *** SDL ***
|
dnl *** SDL ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_SDL, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_SDL, true)
|
||||||
GST_CHECK_FEATURE(SDL, [SDL plug-in], sdlvideosink, [
|
GST_CHECK_FEATURE(SDL, [SDL plug-in], sdlvideosink, [
|
||||||
dnl sdlvideosink depends on the xoverlay interface, which depends on X
|
|
||||||
if test x$HAVE_X = xyes; then
|
|
||||||
AM_PATH_SDL(, HAVE_SDL=yes, HAVE_SDL=no)
|
AM_PATH_SDL(, HAVE_SDL=yes, HAVE_SDL=no)
|
||||||
fi
|
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** ivorbis ***
|
dnl *** ivorbis ***
|
||||||
|
@ -499,6 +497,7 @@ AC_CONFIG_FILES(
|
||||||
Makefile
|
Makefile
|
||||||
gst-plugins-bad.spec
|
gst-plugins-bad.spec
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
|
gst/mpegstream/Makefile
|
||||||
gst/speed/Makefile
|
gst/speed/Makefile
|
||||||
gst/qtdemux/Makefile
|
gst/qtdemux/Makefile
|
||||||
gst/tta/Makefile
|
gst/tta/Makefile
|
||||||
|
|
|
@ -85,6 +85,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstqtdemux.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstqtdemux.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgsttta.so
|
%{_libdir}/gstreamer-%{majorminor}/libgsttta.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstspeed.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstspeed.so
|
||||||
|
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg
|
||||||
|
|
||||||
# gstreamer-plugins with external dependencies but in the main package
|
# gstreamer-plugins with external dependencies but in the main package
|
||||||
# @USE_ARTS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstarts.so
|
# @USE_ARTS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstarts.so
|
||||||
|
|
Loading…
Reference in a new issue