mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
10 lines
100 B
Makefile
10 lines
100 B
Makefile
|
if USE_AMRWB
|
||
|
AMRWB_DIR = amrwb
|
||
|
else
|
||
|
AMRWB_DIR =
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = $(AMRWB_DIR)
|
||
|
|
||
|
DIST_SUBDIRS = amrwb
|