From 737d415498a91833cc7964fe7f8f8ff158be023b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 24 Jul 2014 23:01:09 +0200 Subject: [PATCH] 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. --- Makefile.real | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2