X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=643075941d3453bfc84ca186aac7e4dc173458b3;hp=dee22037ae1f0f2da939f6bbf7ba72950a44ee50;hb=8ee71345ece2e781ffa955498fd90283260a5403;hpb=b6c7050f63cb0fa16e9b0af4354e7cb065587d0b diff --git a/Makefile.in b/Makefile.in index dee22037..64307594 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,11 +20,13 @@ HELP2MAN := @help2man@ MKDIR_P := mkdir -p speex_cppflags := @speex_cppflags@ +opus_cppflags := @opus_cppflags@ id3tag_ldflags := @id3tag_ldflags@ ogg_ldflags := @ogg_ldflags@ vorbis_ldflags := @vorbis_ldflags@ speex_ldflags := @speex_ldflags@ +opus_ldflags := @opus_ldflags@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") @@ -205,7 +207,7 @@ $(object_dir)/aac_afh.o: aac_afh.c | $(object_dir) @[ -z "$(Q)" ] || echo 'CC $<' $(Q) $(CC) -c -o $@ $(CPPFLAGS) $(DEBUG_CPPFLAGS) @faad_cppflags@ $< - +$(object_dir)/opus%.o: CPPFLAGS += $(opus_cppflags) $(object_dir)/mp3_afh.o: CPPFLAGS += @id3tag_cppflags@ $(object_dir)/mp3_afh.o: mp3_afh.c | $(object_dir) @@ -266,7 +268,7 @@ para_audiod \ para_play \ para_afh \ para_recv \ -: LDFLAGS += $(ogg_ldflags) $(vorbis_ldflags) $(speex_ldflags) +: LDFLAGS += $(ogg_ldflags) $(vorbis_ldflags) $(speex_ldflags) $(opus_ldflags) para_recv: $(recv_objs)