|
|
@ -378,41 +378,6 @@ $(D)/gst_plugin_subsink: $(D)/gstreamer $(D)/gst_plugins_base $(D)/gst_plugins_g |
|
|
|
$(REMOVE)/gstreamer$(GST_PLUGIN_SUBSINK_VER)-plugin-subsink |
|
|
|
touch $@ |
|
|
|
|
|
|
|
#
|
|
|
|
# gst_plugins_dvbmediasink
|
|
|
|
#
|
|
|
|
GST_PLUGINS_MULTIBOX_DVBMEDIASINK_VER = 1.0 |
|
|
|
|
|
|
|
$(D)/gst_plugins_multibox_dvbmediasink: $(D)/gstreamer $(D)/gst_plugins_base $(D)/gst_plugins_good $(D)/gst_plugins_bad $(D)/gst_plugins_ugly $(D)/gst_plugin_subsink $(D)/libdca |
|
|
|
set -e; if [ -d $(ARCHIVE)/gstreamer$(GST_PLUGINS_MULTIBOX_DVBMEDIASINK_VER)-plugin-multibox-dvbmediasink.git ]; \
|
|
|
|
then cd $(ARCHIVE)/gstreamer$(GST_PLUGINS_MULTIBOX_DVBMEDIASINK_VER)-plugin-multibox-dvbmediasink.git; git pull; \
|
|
|
|
else cd $(ARCHIVE); git clone -b experimental git://github.com/christophecvr/gstreamer$(GST_PLUGINS_MULTIBOX_DVBMEDIASINK_VER)-plugin-multibox-dvbmediasink.git gstreamer$(GST_PLUGINS_MULTIBOX_DVBMEDIASINK_VER)-plugin-multibox-dvbmediasink.git; \
|
|
|
|
fi |
|
|
|
cp -ra $(ARCHIVE)/gstreamer$(GST_PLUGINS_MULTIBOX_DVBMEDIASINK_VER)-plugin-multibox-dvbmediasink.git $(BUILD_TMP)/gstreamer$(GST_PLUGINS_MULTIBOX_DVBMEDIASINK_VER)-plugin-multibox-dvbmediasink |
|
|
|
set -e; cd $(BUILD_TMP)/gstreamer$(GST_PLUGINS_MULTIBOX_DVBMEDIASINK_VER)-plugin-multibox-dvbmediasink; \
|
|
|
|
aclocal --force -I m4; \
|
|
|
|
libtoolize --copy --ltdl --force; \
|
|
|
|
autoconf --force; \
|
|
|
|
autoheader --force; \
|
|
|
|
automake --add-missing --copy --force-missing --foreign; \
|
|
|
|
$(CONFIGURE) \
|
|
|
|
--prefix= \
|
|
|
|
--enable-silent-rules \
|
|
|
|
--with-wma \
|
|
|
|
--with-wmv \
|
|
|
|
--with-pcm \
|
|
|
|
--with-eac3 \
|
|
|
|
--with-dtsdownmix \
|
|
|
|
--with-mpeg4v2 \
|
|
|
|
--with-gstversion=1.0 \
|
|
|
|
; \
|
|
|
|
$(MAKE) all; \
|
|
|
|
$(MAKE) install DESTDIR=$(TARGETPREFIX) |
|
|
|
for i in `cd $(TARGETPREFIX)/lib/gstreamer-1.0; echo *.la`; do \
|
|
|
|
$(REWRITE_LIBTOOL)/gstreamer-1.0/$$i; done |
|
|
|
$(REMOVE)/gstreamer$(GST_PLUGINS_MULTIBOX_DVBMEDIASINK_VER)-plugin-multibox-dvbmediasink |
|
|
|
touch $@ |
|
|
|
|
|
|
|
#
|
|
|
|
# gst_plugins_dvbmediasink
|
|
|
|
#
|
|
|
|