mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
a9f3deea80
Original commit message from CVS: The BPB has been put over my head... this time it's right I think
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
|