mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
build: add old qtdemux/quicktime directories to CRUFT_DIRS and CRUFT_FILES
This commit is contained in:
parent
b9c2f8b38f
commit
e2ca4ee481
1 changed files with 6 additions and 0 deletions
|
@ -79,10 +79,16 @@ include $(top_srcdir)/common/coverage/lcov.mak
|
|||
CRUFT_FILES = \
|
||||
$(top_builddir)/common/shave \
|
||||
$(top_builddir)/common/shave-libtool \
|
||||
$(top_builddir)/gst/qtdemux/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/quicktime/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/videofilter/.libs/*videoflip.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/videofilter/.libs/*videobalance.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib}
|
||||
|
||||
CRUFT_DIRS = \
|
||||
$(top_srcdir)/gst/qtdemux \
|
||||
$(top_srcdir)/gst/quicktime
|
||||
|
||||
include $(top_srcdir)/common/cruft.mak
|
||||
|
||||
all-local: check-cruft
|
||||
|
|
Loading…
Reference in a new issue