diff options
Diffstat (limited to 'gst-libs/ext/Makefile.am')
-rw-r--r-- | gst-libs/ext/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am new file mode 100644 index 00000000..74f0f665 --- /dev/null +++ b/gst-libs/ext/Makefile.am @@ -0,0 +1,9 @@ +if USE_AMRWB +AMRWB_DIR = amrwb +else +AMRWB_DIR = +endif + +SUBDIRS = $(AMRWB_DIR) + +DIST_SUBDIRS = amrwb |