view src/aac/mp4ff/Makefile @ 1791:ea7ec02f2ea2

Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 19:19:59 +0200
parents 2c64b6d44a3c
children
line wrap: on
line source

include ../../../extra.mk

STATIC_LIB_NOINST = libmp4ff.a

SRCS = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
   mp4tagupdate.c

include ../../../buildsys.mk

CFLAGS += $(PLUGIN_CFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../.. -Wall