Mercurial > audlegacy-plugins
view src/flac/libflac/Makefile @ 906:16e51fb5908e trunk
[svn] - aosd: beta4, ghosd source was rewritten to support argb visual (x composite extension) as an option, this allows to have real transparency in the OSD
author | giacomo |
---|---|
date | Sat, 31 Mar 2007 17:44:23 -0700 |
parents | f19e6748d8eb |
children |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk OBJECTIVE_LIBS_NOINST = libaudflac.a SOURCES = \ bitmath.c \ bitreader.c \ bitwriter.c \ cpu.c \ crc.c \ fixed.c \ float.c \ format.c \ lpc.c \ md5.c \ memory.c \ metadata_iterators.c \ metadata_object.c \ ogg_decoder_aspect.c \ ogg_encoder_aspect.c \ ogg_helper.c \ ogg_mapping.c \ stream_decoder.c \ stream_encoder.c \ stream_encoder_framing.c \ window.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) -I. -IFLAC $(OGG_VORBIS_CFLAGS) include ../../../mk/objective.mk