ref: 3f544b8a5f32f0710c26636e29cd5f35466ae514
parent: 0959b3fbc4cf430d713b8c418f4ab518fe89950a
author: Mans Rullgard <mans@mansr.com>
date: Thu Aug 13 12:40:30 EDT 2020
build: drop OSS_LIBS variable OSS does not use any libraries, and the variable is never set. Drop it entirely.
--- a/src/optional-fmts.am
+++ b/src/optional-fmts.am
@@ -155,14 +155,9 @@
if HAVE_OSS
if STATIC_OSS
libsox_la_SOURCES += oss.c
-if STATIC_LIBSOX_ONLY
- sox_LDADD += @OSS_LIBS@
else
- libsox_la_LIBADD += @OSS_LIBS@
-endif
-else
libsox_fmt_oss_la_SOURCES = oss.c
- libsox_fmt_oss_la_LIBADD = libsox.la @OSS_LIBS@
+ libsox_fmt_oss_la_LIBADD = libsox.la
pkglib_LTLIBRARIES += libsox_fmt_oss.la
endif
endif