diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-13 12:10:57 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-13 12:10:57 +0000 |
commit | 60b39e278621374569859f78170c1c170bf84c85 (patch) | |
tree | a534407525d96137730d8880e7dfe07d93f77f60 /libao2 | |
parent | 39414b500ab130de25730121b5a5bb4c03f4ad32 (diff) |
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 'libao2')
-rw-r--r-- | libao2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libao2/Makefile b/libao2/Makefile index 41fa7fac1a..1d3272a5ee 100644 --- a/libao2/Makefile +++ b/libao2/Makefile @@ -1,8 +1,8 @@ include ../config.mak -LIBNAME = libao2.a +LIBNAME_MPLAYER = libao2.a -SRCS=audio_out.c \ +SRCS_MPLAYER = audio_out.c \ ao_mpegpes.c \ ao_null.c \ ao_pcm.c \ |