diff faad.c @ 4163:1e8621844040 libavcodec

get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
author bcoudurier
date Thu, 09 Nov 2006 11:37:30 +0000
parents c8c591fe26f8
children b7caa9237018
line wrap: on
line diff
--- a/faad.c	Thu Nov 09 01:23:47 2006 +0000
+++ b/faad.c	Thu Nov 09 11:37:30 2006 +0000
@@ -326,7 +326,9 @@
 
 // FIXME - raw AAC files - maybe just one entry will be enough
 AAC_CODEC(CODEC_ID_AAC, aac);
+#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
 // If it's mp4 file - usually embeded into Qt Mov
 AAC_CODEC(CODEC_ID_MPEG4AAC, mpeg4aac);
+#endif
 
 #undef AAC_CODEC