mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
a59bef232b
Original commit message from CVS: add directories in the right place
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
|