view Plugins/Input/wma/Makefile.am @ 533:bcbc6195e82e trunk

[svn] throw out duplicate XEvents... again, for speed purposes we don't need to process every pixel the player is manipulated
author nenolod
date Fri, 27 Jan 2006 21:29:56 -0800
parents 44c513ae3527
children
line wrap: on
line source

if ENABLE_WMA

SUBDIRS = libffwma

lib_LTLIBRARIES = libwma.la

endif

libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)

libwma_la_LDFLAGS = $(PLUGIN_LDFLAGS) ./libffwma/libffwma.la

libwma_la_SOURCES = wma.c

INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) -I./libffwma -std=c99