INCLUDES+=-I/home/marillat/src/xbmc-13.0~alpha9/xbmc/cores/dvdplayer

CXXFLAGS+=-DHAVE_MMX

SRCS  = DVDAudioCodecFFmpeg.cpp
SRCS += DVDAudioCodecLibMad.cpp
SRCS += DVDAudioCodecLPcm.cpp
SRCS += DVDAudioCodecPassthrough.cpp
SRCS += DVDAudioCodecPcm.cpp

ifeq ($(findstring osx,i486-linux),osx)
SRCS += DVDAudioCodecPassthroughFFmpeg.cpp
endif

LIB=Audio.a

include /home/marillat/src/xbmc-13.0~alpha9/Makefile.include
-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))

