mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
added Makefile generation for gstaudio library
Original commit message from CVS: added Makefile generation for gstaudio library
This commit is contained in:
parent
fe7b1abb42
commit
fdac74d01c
2 changed files with 3 additions and 2 deletions
|
@ -1106,6 +1106,7 @@ libs/getbits/Makefile
|
|||
libs/putbits/Makefile
|
||||
libs/winloader/Makefile
|
||||
libs/idct/Makefile
|
||||
libs/audio/Makefile
|
||||
plugins/Makefile
|
||||
plugins/aasink/Makefile
|
||||
plugins/alsa/Makefile
|
||||
|
|
|
@ -4,6 +4,6 @@ else
|
|||
GSTARCH_SUBDS =
|
||||
endif
|
||||
|
||||
SUBDIRS = riff colorspace getbits putbits idct videoscale $(GSTARCH_SUBDS)
|
||||
SUBDIRS = riff colorspace getbits putbits idct videoscale audio $(GSTARCH_SUBDS)
|
||||
|
||||
DIST_SUBDIRS = riff colorspace getbits putbits videoscale winloader idct
|
||||
DIST_SUBDIRS = riff colorspace getbits putbits videoscale winloader audio idct
|
||||
|
|
Loading…
Reference in a new issue