From: Andre Noll Date: Thu, 24 Jul 2014 21:01:09 +0000 (+0200) Subject: build: Compilie opus*.c files with ogg_cppflags. X-Git-Tag: v0.5.3~3 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=737d415498a91833cc7964fe7f8f8ff158be023b build: Compilie opus*.c files with ogg_cppflags. These files include ogg/ogg.h, so we must pass $(ogg_cppflags) to avoid build failure in case ogg headers are installed at a non-standard location. --- diff --git a/Makefile.real b/Makefile.real index 99c87cda..ab238953 100644 --- a/Makefile.real +++ b/Makefile.real @@ -198,6 +198,7 @@ $(object_dir)/spx_afh.o \ $(object_dir)/oggdec_filter.o \ $(object_dir)/ogg_afh.o \ $(object_dir)/ogg_afh_common.o \ +$(object_dir)/opus%.o \ : CPPFLAGS += $(ogg_cppflags) $(object_dir)/%.o: %.c | $(object_dir)