view src/null/Makefile @ 959:b2fbf53360cf trunk

[svn] bug fix for #897 - make mp3 header parsing continue even if xing header is located first. - if xing header does not provide enough information to calculate average bitrate, scan_file() now calculate it from frames.
author yaz
date Sat, 14 Apr 2007 22:08:50 -0700
parents ad8e44bcdf8a
children da78a435e90e
line wrap: on
line source

include ../../mk/rules.mk
include ../../mk/init.mk

OBJECTIVE_LIBS = libnull${SHARED_SUFFIX}

LIBDIR = ${plugindir}/${OUTPUT_PLUGIN_DIR}

SOURCES = null.c

OBJECTS = ${SOURCES:.c=.o}

CFLAGS += ${PICFLAGS} \
	-I../..

include ../../mk/objective.mk