From 16bf6e9e82f97d6e866877013f30eeaea1a5a240 Mon Sep 17 00:00:00 2001 From: Rodeo Date: Fri, 4 Jan 2013 14:05:33 +0000 Subject: CLI: avoid an #fidef. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5146 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- test/test.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test') diff --git a/test/test.c b/test/test.c index 03b9658f6..1e9717df8 100644 --- a/test/test.c +++ b/test/test.c @@ -2179,11 +2179,7 @@ static int HandleEvents( hb_handle_t * h ) { fprintf( stderr, "AAC Passthru requested and input codec is not AAC for track %d, using AAC encoder\n", audio->out.track ); -#ifdef __APPLE_CC__ - audio->out.codec = HB_ACODEC_CA_AAC; -#else - audio->out.codec = HB_ACODEC_FAAC; -#endif + audio->out.codec = hb_audio_encoders[0].encoder; } else if( audio->out.codec == HB_ACODEC_AC3_PASS ) { -- cgit v1.2.3