Mercurial > mplayer.hg
diff libaf/Makefile @ 22528:8bcff5c7e387
Give more descriptive names to the source and library variables and split
between common, MPlayer-specific and MEncoder-specific parts.
author | diego |
---|---|
date | Tue, 13 Mar 2007 12:10:57 +0000 |
parents | 490dc8ba9ea4 |
children | 090ec2169aee |
line wrap: on
line diff
--- a/libaf/Makefile Tue Mar 13 10:33:33 2007 +0000 +++ b/libaf/Makefile Tue Mar 13 12:10:57 2007 +0000 @@ -1,8 +1,8 @@ include ../config.mak -LIBNAME = libaf.a +LIBNAME_COMMON = libaf.a -SRCS=af.c \ +SRCS_COMMON = af.c \ af_center.c \ af_channels.c \ af_comp.c \ @@ -29,8 +29,8 @@ window.c \ $(AF_SRCS) \ -SRCS-$(CONFIG_LIBAVCODEC) += af_lavcresample.c -SRCS-$(CONFIG_LIBAVCODEC_SO) += af_lavcresample.c +SRCS_COMMON-$(CONFIG_LIBAVCODEC) += af_lavcresample.c +SRCS_COMMON-$(CONFIG_LIBAVCODEC_SO) += af_lavcresample.c CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec