mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
build: include cruft.mak and add recently-merged plugins to cruft list
This commit is contained in:
parent
4be0225870
commit
e15d4c44aa
2 changed files with 17 additions and 1 deletions
16
Makefile.am
16
Makefile.am
|
@ -37,3 +37,19 @@ endif
|
|||
|
||||
include $(top_srcdir)/common/coverage/lcov.mak
|
||||
|
||||
|
||||
# cruft: plugins that have been merged or moved or renamed
|
||||
|
||||
CRUFT_FILES = \
|
||||
$(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib}
|
||||
|
||||
CRUFT_DIRS = \
|
||||
$(top_srcdir)/gst/aacparse \
|
||||
$(top_srcdir)/gst/amrparse \
|
||||
$(top_srcdir)/gst/flacparse
|
||||
|
||||
include $(top_srcdir)/common/cruft.mak
|
||||
|
||||
all-local: check-cruft
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 14cec891e98eb39780f67e89a1b821a839c7e370
|
||||
Subproject commit 358cf5c82f09b315f77f6002c5d95e05f63b0f3b
|
Loading…
Reference in a new issue