m3u8: remove unreachable code
[platform/upstream/gstreamer.git] / Makefile.am
index 8f72aaf..f4d652f 100644 (file)
@@ -1,12 +1,12 @@
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS=--disable-gtk-doc
 
 SUBDIRS = \
        gst-libs gst sys ext pkgconfig \
-       m4 common docs tests po tools
+       m4 common tests po tools
 
 DIST_SUBDIRS = \
        gst gst-libs sys ext pkgconfig \
-       m4 common docs tests po tools
+       m4 common tests po tools
 
 EXTRA_DIST = \
        depcomp \
@@ -14,10 +14,7 @@ EXTRA_DIST = \
        ChangeLog gst-plugins-bad.doap autogen.sh \
        $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
        meson_options.txt \
-       gst-libs/gst/interfaces/build_mkenum.py \
-       gst-libs/gst/mpegts/mpegts_enum.py \
-       ext/srtp/srtp_mkenum.py \
-       ext/vulkan/vkconfig.h.meson gst-libs/gst/gl/gstglconfig.h.meson
+       ext/vulkan/vkconfig.h.meson
 
 DISTCLEANFILES = _stdint.h
 
@@ -52,6 +49,7 @@ CRUFT_FILES = \
        $(top_builddir)/docs/plugins/xml/plugin-sdp.xml \
        $(top_builddir)/ext/alsaspdif/.libs/*.{so,dll,DLL,dylib} \
        $(top_builddir)/ext/gtk/.libs/libgstgtksink.so \
+       $(top_builddir)/ext/gtk/.libs/libgstgtk.so \
        $(top_builddir)/ext/hls/.libs/libgstfragmented* \
        $(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \
        $(top_builddir)/ext/jack/.libs/*.{so,dll,DLL,dylib} \
@@ -59,8 +57,11 @@ CRUFT_FILES = \
        $(top_builddir)/ext/teletextdec/.libs/libgstteletextdec.so \
        $(top_builddir)/gst/opus/.libs/libgstopus.{so,dll,DLL,dylib} \
        $(top_builddir)/ext/mpg123/.libs/*.{so,dll,DLL,dylib} \
+       $(top_builddir)/ext/qt/.libs/*.{so,dll,DLL,dylib} \
+       $(top_builddir)/ext/schroedinger/.libs/*.{so,dll,DLL,dylib} \
        $(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \
        $(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \
+       $(top_builddir)/gst/audiomixer/.libs/*.{so,dll,DLL,dylib} \
        $(top_builddir)/gst/audioparsers/.libs/*.{so,dll,DLL,dylib} \
        $(top_builddir)/gst/camerabin2/.libs/libgstcamerabin2.so \
        $(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \
@@ -88,6 +89,7 @@ CRUFT_FILES = \
        $(top_builddir)/tests/check/elements/rawaudioparse \
        $(top_builddir)/tests/check/elements/rawvideoparse \
        $(top_builddir)/tests/check/elements/rtpmux \
+       $(top_builddir)/tests/check/elements/schroenc \
        $(top_builddir)/tests/check/elements/selector \
        $(top_builddir)/tests/check/elements/valve \
        $(top_builddir)/tests/check/pipelines/metadata \
@@ -103,6 +105,7 @@ CRUFT_DIRS = \
        $(top_srcdir)/docs/plugins/tmpl \
        $(top_srcdir)/gst/aacparse \
        $(top_srcdir)/gst/amrparse \
+       $(top_srcdir)/gst/audiomixer \
        $(top_srcdir)/gst/camerabin \
        $(top_srcdir)/gst/dataurisrc \
        $(top_srcdir)/gst/flacparse \
@@ -120,10 +123,14 @@ CRUFT_DIRS = \
        $(top_srcdir)/gst/shapewipe \
        $(top_srcdir)/gst/valve \
        $(top_srcdir)/gst-libs/gst/baseparse \
+       $(top_srcdir)/gst-libs/gst/base \
        $(top_srcdir)/gst-libs/gst/egl \
+       $(top_srcdir)/gst-libs/gst/gl \
        $(top_srcdir)/gst-libs/gst/signalprocessor \
-       $(top_srcdir)/tests/examples/gl/gtk/gtkvideooverlay \
+       $(top_srcdir)/tests/examples/gl \
        $(top_srcdir)/tests/examples/scaletempo \
+       $(top_srcdir)/tests/examples/gtk \
+       $(top_srcdir)/tests/examples/qt \
        $(top_srcdir)/tests/examples/shapewipe \
        $(top_srcdir)/tests/examples/switch \
        $(top_srcdir)/tests/examples/jack \
@@ -132,11 +139,14 @@ CRUFT_DIRS = \
        $(top_srcdir)/ext/cog \
        $(top_srcdir)/ext/eglgles \
        $(top_srcdir)/ext/gsettings \
+       $(top_srcdir)/ext/gtk \
        $(top_srcdir)/ext/ivorbis \
        $(top_srcdir)/ext/jack \
        $(top_srcdir)/ext/metadata \
        $(top_srcdir)/ext/mimic \
        $(top_srcdir)/ext/mpg123 \
+       $(top_srcdir)/ext/qt \
+       $(top_srcdir)/ext/schroedinger \
        $(top_srcdir)/ext/swfdec \
        $(top_srcdir)/ext/tarkin \
        $(top_srcdir)/ext/theora \