shithub: opus-tools

Download patch

ref: e93ec4cbb081dca40415c7251073a0ac0e8121e7
parent: a156a884a31896fe354dc94a74d078ae40b5c482
author: Ron <ron@debian.org>
date: Sat Jun 8 20:06:43 EDT 2013

Drop the inline PACKAGE/VERSION fallback

If this was really needed the other tools would need it too (and would be
failing to build wherever it was).  If the normal mechanism for setting
them isn't working somewhere we should fix that instead.

--- a/src/opusrtp.c
+++ b/src/opusrtp.c
@@ -34,13 +34,6 @@
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
-#else
-# ifndef PACKAGE
-#  define PACKAGE "opus-tools"
-# endif
-# ifndef VERSION
-#  define VERSION "unknown"
-# endif
 #endif
 
 #include <stdio.h>