mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
4d3eb2d7f0
Original commit message from CVS: move amrwb code
9 lines
100 B
Makefile
9 lines
100 B
Makefile
if USE_AMRWB
|
|
AMRWB_DIR = amrwb
|
|
else
|
|
AMRWB_DIR =
|
|
endif
|
|
|
|
SUBDIRS = $(AMRWB_DIR)
|
|
|
|
DIST_SUBDIRS = amrwb
|