m3u8: remove unreachable code
[platform/upstream/gstreamer.git] / Makefile.am
index 08d3ebe..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,9 +14,6 @@ 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
 
 DISTCLEANFILES = _stdint.h
@@ -61,6 +58,7 @@ CRUFT_FILES = \
        $(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} \
@@ -91,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 \
@@ -147,6 +146,7 @@ CRUFT_DIRS = \
        $(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 \