]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: Compilie opus*.c files with ogg_cppflags.
authorAndre Noll <maan@systemlinux.org>
Thu, 24 Jul 2014 21:01:09 +0000 (23:01 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 31 Jul 2014 18:01:14 +0000 (20:01 +0200)
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

index 99c87cdab73b6d801ffe82ba1759cdea9d3687f7..ab2389536fd29a9b1cb6196c068a33b122600fd8 100644 (file)
@@ -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)