aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-12 10:05:19 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-12 10:05:19 +0000
commit7bc5f2a8a438568803fdd1dc20efdd7a856f4636 (patch)
treef178c8b24e2d729753fdcd46ca632899b3a19ff2 /libavcodec/Makefile
parentb5ea085b5265e35abd7bb714aaca36b359e54f99 (diff)
downloadffmpeg-7bc5f2a8a438568803fdd1dc20efdd7a856f4636.tar.gz
Restore the possibility to link liba52 instead of dlopening.
Originally committed as revision 7945 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 5e1d2f3453..4784fcb14b 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -248,7 +248,7 @@ OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o
OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o
# external codec libraries
-OBJS-$(CONFIG_LIBA52BIN) += a52dec.o
+OBJS-$(CONFIG_LIBA52) += a52dec.o
OBJS-$(CONFIG_LIBDTS) += dtsdec.o
OBJS-$(CONFIG_LIBFAAC) += faac.o
OBJS-$(CONFIG_LIBFAAD) += faad.o