Mercurial > mplayer.hg
changeset 23093:ee9bbad25dc7
cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.
author | diego |
---|---|
date | Wed, 25 Apr 2007 08:38:04 +0000 |
parents | 21e496522217 |
children | 0057530b1ffc |
files | Makefile configure libmpcodecs/Makefile |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Apr 25 08:35:35 2007 +0000 +++ b/Makefile Wed Apr 25 08:38:04 2007 +0000 @@ -72,7 +72,7 @@ COMMON_LIBS-$(TREMOR_INTERNAL) += tremor/libvorbisidec.a COMMON_LIBS-$(DVDREAD_INTERNAL) += dvdread/libdvdread.a COMMON_LIBS-$(DVDCSS_INTERNAL) += libdvdcss/libdvdcss.a -COMMON_LIBS-$(CONFIG_ASS) += libass/libass.a +COMMON_LIBS-$(ASS) += libass/libass.a LIBS_MPLAYER = libvo/libvo.a \ libao2/libao2.a \
--- a/configure Wed Apr 25 08:35:35 2007 +0000 +++ b/configure Wed Apr 25 08:38:04 2007 +0000 @@ -7771,7 +7771,7 @@ CDDB = $_cddb BITMAP_FONT = $_bitmap_font FREETYPE = $_freetype -CONFIG_ASS = $_ass +ASS = $_ass LIBMAD = $_mad LIBVORBIS = $_vorbis LIBTHEORA = $_theora
--- a/libmpcodecs/Makefile Wed Apr 25 08:35:35 2007 +0000 +++ b/libmpcodecs/Makefile Wed Apr 25 08:38:04 2007 +0000 @@ -93,7 +93,6 @@ vf_yuy2.c \ vf_yvu9.c \ -SRCS_COMMON-$(CONFIG_ASS) += vf_ass.c # These filters use private headers and do not work with shared libavcodec. SRCS_COMMON-$(LIBAVCODEC) += vf_fspp.c \ vf_geq.c \ @@ -102,6 +101,7 @@ vf_spp.c \ vf_uspp.c \ +SRCS_COMMON-$(ASS) += vf_ass.c SRCS_COMMON-$(FAAD) += ad_faad.c SRCS_COMMON-$(HAVE_POSIX_SELECT) += vf_bmovl.c SRCS_COMMON-$(JPEG) += vd_ijpg.c