summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-13 12:10:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-13 12:10:57 +0000
commit60b39e278621374569859f78170c1c170bf84c85 (patch)
treea534407525d96137730d8880e7dfe07d93f77f60 /libaf
parent39414b500ab130de25730121b5a5bb4c03f4ad32 (diff)
downloadmpv-60b39e278621374569859f78170c1c170bf84c85.tar.bz2
mpv-60b39e278621374569859f78170c1c170bf84c85.tar.xz
Give more descriptive names to the source and library variables and split
between common, MPlayer-specific and MEncoder-specific parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libaf/Makefile b/libaf/Makefile
index 08e7347ab8..e1c07f69af 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -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 @@ SRCS=af.c \
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