mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
e6a59c8a62
Original commit message from CVS: Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.
9 lines
220 B
Makefile
9 lines
220 B
Makefile
if HAVE_CPU_I386
|
|
GSTARCH_SUBDS = winloader
|
|
else
|
|
GSTARCH_SUBDS =
|
|
endif
|
|
|
|
SUBDIRS = riff colorspace getbits putbits idct videoscale $(GSTARCH_SUBDS)
|
|
|
|
DIST_SUBDIRS = riff colorspace getbits putbits videoscale winloader idct
|