From 768561ada96cd0149ed115748c95a32357676b38 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Sat, 15 Jun 2013 17:24:35 +0000 Subject: improve aac encoder build options and change some aac encoder defaults By default, faac is no longer built. Libav aac is now the default aac encoder on all platforms except osx where ca_aac is the default. fdk-aac is now built by default (except on osx). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5581 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/encfaac.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libhb/encfaac.c') diff --git a/libhb/encfaac.c b/libhb/encfaac.c index ffdddc8d4..3bdd7cee0 100644 --- a/libhb/encfaac.c +++ b/libhb/encfaac.c @@ -7,6 +7,7 @@ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ +#ifdef USE_FAAC #include "hb.h" #include "audio_remap.h" @@ -286,4 +287,4 @@ int encfaacWork( hb_work_object_t * w, hb_buffer_t ** buf_in, return HB_WORK_OK; } - +#endif // USE_FAAC -- cgit v1.2.3