view src/wma/Makefile @ 74:11d45400f5ed trunk

[svn] The mixer device isn't opened and closed for every action now, instead it gets opened as soon as needed and closed if it's not needed anymore. This fixes a lot of bugs with the mixer of the OSS plugin, including the one that settigns the volume on OpenBSD via OSS didn't work at all.
author js
date Mon, 02 Oct 2006 11:29:31 -0700
parents 67b56e61de74
children 0c50f248ed10
line wrap: on
line source

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

OBJECTIVE_LIBS = libwma$(SHARED_SUFFIX)

SUBDIRS = libffwma

LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)

LIBADD = ./libffwma/libffwma.a

SOURCES = wma.c

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

CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../.. -I./libffwma -std=c99

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