summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-16 22:30:22 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-16 22:30:22 +0000
commitc8d9bf0f50c40f54cc183434421dd799daa71689 (patch)
treeca8890a7f4577f146f01c74f35094559119f2fdb /Makefile
parent261e389fdde9b595c2c2068708a636ce539449fb (diff)
downloadmpv-c8d9bf0f50c40f54cc183434421dd799daa71689.tar.bz2
mpv-c8d9bf0f50c40f54cc183434421dd799daa71689.tar.xz
Add shared libswscale support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27632 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8cf984c210..81f0ee487a 100644
--- a/Makefile
+++ b/Makefile
@@ -634,7 +634,7 @@ COMMON_LIBS-$(LIBAVFORMAT_A) += libavformat/libavformat.a
COMMON_LIBS-$(LIBAVCODEC_A) += libavcodec/libavcodec.a
COMMON_LIBS-$(LIBAVUTIL_A) += libavutil/libavutil.a
COMMON_LIBS-$(LIBPOSTPROC_A) += libpostproc/libpostproc.a
-COMMON_LIBS = libswscale/libswscale.a
+COMMON_LIBS-$(LIBSWSCALE_A) += libswscale/libswscale.a
COMMON_LIBS += $(COMMON_LIBS-yes)
OBJS_COMMON += $(addsuffix .o, $(basename $(SRCS_COMMON)))