shithub: opus-tools

Download patch

ref: 53d3b4c2f051b9edf5f81be8c6f2f0d797039361
parent: edfd263e9aafcdf12acc55880cc9d50b54273a57
author: Ralph Giles <giles@mozilla.com>
date: Fri Aug 31 07:11:39 EDT 2012

Don't install opusrtp for now.

It's not generally useful yet.

--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,8 @@
 
 AM_CFLAGS = $(OGG_CFLAGS) $(Opus_CFLAGS) -DOPUSTOOLS -D_FORTIFY_SOURCE=2 -DHAVE_GETOPT_H -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT
 
-bin_PROGRAMS = opusenc opusdec opusinfo opusrtp
+bin_PROGRAMS = opusenc opusdec opusinfo
+noinst_PROGRAMS = opusrtp
 
 noinst_HEADERS = src/arch.h \
                  src/diag_range.h \