summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-06 23:33:43 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-06 23:33:43 +0000
commitf8904fd959c01fe0798ce587e216bd1fe057a8e7 (patch)
tree0d8f818d6a886ed95986b51f6fb75887e76efe25 /libavcodec/Makefile
parentbfd5afd84404f0e8473653791af273ced7e9ee8e (diff)
Rename variables: a52 --> liba52, a52bin --> liba52bin
Originally committed as revision 7414 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index dca1968b2d..a3f5baa51b 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -252,10 +252,10 @@ OBJS-$(CONFIG_LIBVORBIS) += oggvorbis.o
OBJS-$(CONFIG_LIBGSM) += libgsm.o
# currently using liba52 for ac3 decoding
-OBJS-$(CONFIG_A52) += a52dec.o
+OBJS-$(CONFIG_LIBA52) += a52dec.o
# using builtin liba52 or runtime linked liba52.so.0
-OBJS-$(CONFIG_A52)$(CONFIG_A52BIN) += liba52/bit_allocate.o \
+OBJS-$(CONFIG_LIBA52)$(CONFIG_LIBA52BIN) += liba52/bit_allocate.o \
liba52/bitstream.o \
liba52/downmix.o \
liba52/imdct.o \