Mercurial > audlegacy-plugins
view src/shnplug/Makefile @ 2275:e09d9633d6aa
- mp3_playing() should return 0 for now otherwise mp4 playback would halt at the end of a track.
- make use of AUDDBG().
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Tue, 01 Jan 2008 22:54:10 +0900 |
parents | 76f9a4168708 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = libshnplug${PLUGIN_SUFFIX} SRCS = array.c \ convert.c \ fixio.c \ gtk.c \ id3v2.c \ misc.c \ output.c \ seek.c \ shn.c \ shorten.c \ sulawalaw.c \ vario.c \ wave.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} LDFLAGS += ${AUDLDFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${PICFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} \ ${PANGO_CFLAGS} ${ARCH_DEFINES} ${SIMD_CFLAGS} -I../../intl -I../.. -Wall LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}