mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
3bcccbf82e
Original commit message from CVS: Make libs/idct only build mmx support if available - hopefully makes it compile on PPC.
9 lines
220 B
Makefile
9 lines
220 B
Makefile
if HAVE_CPU_I386
|
|
GSTARCH_SUBDS = videoscale winloader
|
|
else
|
|
GSTARCH_SUBDS =
|
|
endif
|
|
|
|
SUBDIRS = riff colorspace getbits putbits idct $(GSTARCH_SUBDS)
|
|
|
|
DIST_SUBDIRS = riff colorspace getbits putbits videoscale winloader idct
|