Browse Source

- gst_plugins_dvbmediasink: align with TangoCash buildsystem-ddt

master
gixxpunk 7 years ago
parent
commit
2678ce6a6a
  1. 13
      make/gstreamer.mk

13
make/gstreamer.mk

@ -398,17 +398,16 @@ $(D)/gst_plugins_dvbmediasink: $(D)/gstreamer $(D)/gst_plugins_base $(D)/gst_plu
$(CONFIGURE) \ $(CONFIGURE) \
--prefix= \ --prefix= \
--enable-silent-rules \ --enable-silent-rules \
--with-spark \
--with-h265 \
--with-vb8 \
--with-vb9 \
--with-dts \
--with-wma \ --with-wma \
--with-wmv \ --with-wmv \
--with-pcm \ --with-pcm \
--with-dts \
--with-eac3 \ --with-eac3 \
--with-dtsdownmix \ --with-h265 \
--with-mpeg4v2 \ --with-vb6 \
--with-vb8 \
--with-vb9 \
--with-spark \
--with-gstversion=1.0 \ --with-gstversion=1.0 \
; \ ; \
$(MAKE) all; \ $(MAKE) all; \

Loading…
Cancel
Save