From 31fffdad1026a4b70718c4762433f535796a56d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 7 Aug 2016 20:53:30 +0100 Subject: fdkaac: actually build and dist --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index d0bf51553..bae25c2bd 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -112,6 +112,12 @@ else FAAD_DIR= endif +if USE_FDK_AAC + FDK_AAC_DIR=fdkaac +else + FDK_AAC_DIR= +endif + if USE_VOAACENC VOAACENC_DIR=voaacenc else @@ -440,6 +446,7 @@ SUBDIRS=\ $(QT_DIR) \ $(FAAC_DIR) \ $(FAAD_DIR) \ + $(FDK_AAC_DIR) \ $(FLITE_DIR) \ $(FLUIDSYNTH_DIR) \ $(GSM_DIR) \ @@ -503,6 +510,7 @@ DIST_SUBDIRS = \ wayland \ faac \ faad \ + fdkaac \ flite \ fluidsynth \ gsm \ -- cgit v1.2.1