diff libao2/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 92b122592776
children 090ec2169aee
line wrap: on
line diff
--- a/libao2/Makefile	Tue Mar 13 10:33:33 2007 +0000
+++ b/libao2/Makefile	Tue Mar 13 12:10:57 2007 +0000
@@ -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 \