view libao2/Makefile @ 21930:6af0d674aa53

print_version() and others get executed before the command line has been parsed so -really-quiet does not silence them even though it should according to the verbosity level set by it, this simple change/hack fixes it
author michael
date Wed, 17 Jan 2007 00:27:41 +0000
parents 92b122592776
children 8bcff5c7e387
line wrap: on
line source

include ../config.mak

LIBNAME = libao2.a

SRCS=audio_out.c \
     ao_mpegpes.c \
     ao_null.c \
     ao_pcm.c \
     $(AO_SRCS) \

include ../mpcommon.mak