summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-14 16:26:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-14 16:26:42 +0000
commit285eb0f1ca3bcb88149a1c80aee8a2b0f8759076 (patch)
tree2780af6b6e88ded7a75b3dbdee6fac6d4fd3e358 /libmpcodecs
parentd0fdbe4ab62d303fde4f56723ef900586cc8497f (diff)
downloadmpv-285eb0f1ca3bcb88149a1c80aee8a2b0f8759076.tar.bz2
mpv-285eb0f1ca3bcb88149a1c80aee8a2b0f8759076.tar.xz
Consistent variable names for shared libavcodec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17388 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index 51e344181a..9f58b7b045 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -199,7 +199,7 @@ LIBAV_INC += -I../libavcodec
ENCODER_SRCS += ae_lavc.c
endif
-ifeq ($(CONFIG_LIBAVCODECSO),yes)
+ifeq ($(CONFIG_LIBAVCODEC_SO),yes)
ENCODER_SRCS += ae_lavc.c
endif