annotate src/stdio/Makefile @ 3191:a65f440cbed3

alsa-ng: Fix possible race conditions, sluggish pause and seek.
author John Lindgren <john.lindgren@tds.net>
date Mon, 22 Jun 2009 16:05:57 -0400
parents 6dd886b5c72b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3161
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
1 PLUGIN = stdio${PLUGIN_SUFFIX}
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
2
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
3 SRCS = stdio.c
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
4
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
5 include ../../buildsys.mk
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
6 include ../../extra.mk
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
7
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
8 plugindir := ${plugindir}/${TRANSPORT_PLUGIN_DIR}
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
9
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
10 CFLAGS += ${PLUGIN_CFLAGS}
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
11 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../..
6dd886b5c72b revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS}