mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
fdac74d01c
Original commit message from CVS: added Makefile generation for gstaudio library
9 lines
232 B
Makefile
9 lines
232 B
Makefile
if HAVE_CPU_I386
|
|
GSTARCH_SUBDS = winloader
|
|
else
|
|
GSTARCH_SUBDS =
|
|
endif
|
|
|
|
SUBDIRS = riff colorspace getbits putbits idct videoscale audio $(GSTARCH_SUBDS)
|
|
|
|
DIST_SUBDIRS = riff colorspace getbits putbits videoscale winloader audio idct
|