summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-06 23:54:01 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-06 23:54:01 +0000
commit2eed5a461fa163b8b7ee86b9d86f46f188c101c5 (patch)
tree8849e95250c98f21dba7791250366345d485e02b /libavformat
parent3ffab3613915854694dd7711c00f2f8a2fa39b8d (diff)
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
Originally committed as revision 7416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 3ceac64b10..bcaff2ae3f 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1012,7 +1012,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
st->codec->width= 0; /* let decoder init width/height */
st->codec->height= 0;
break;
-#ifdef CONFIG_FAAD
+#ifdef CONFIG_LIBFAAD
case CODEC_ID_AAC:
#endif
#ifdef CONFIG_VORBIS_DECODER