aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Saraev <stefansaraev@users.noreply.github.com>2016-05-10 18:36:22 +0300
committerStefan Saraev <stefansaraev@users.noreply.github.com>2016-05-10 18:36:22 +0300
commit2d647792f4ca63cd543ec0804f1fcbaf9e337fb0 (patch)
tree2b3df2bc290bd483959ee685810d17790a4f6cd0 /configure.ac
parent487da7934b6bbcaa3b5d8350bcb44dd48c9027f7 (diff)
parent405606c9f65df29fcfb7ea5c12b67c23c527bb68 (diff)
Merge pull request #9787 from stefansaraev/cleanup1
[cleanup] ogg/vorbis/flac leftovers
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ec8250979e..4221e5b5a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1588,7 +1588,6 @@ if test "${USE_STATIC_FFMPEG}" = "1"; then
# get the libdir for static linking
FFMPEG_LIBDIR=${pkg_cfg_prefix}$(PKG_CONFIG_SYSROOT_DIR="" ${PKG_CONFIG} --static --variable=libdir libavcodec)
GNUTLS_ALL_LIBS=$(${PKG_CONFIG} --static --libs-only-l --silence-errors gnutls)
- VORBISENC_ALL_LIBS=$(${PKG_CONFIG} --static --libs-only-l --silence-errors vorbisenc)
# check if static libs are available
for ff_lib in ${ff_libs}; do
@@ -2267,8 +2266,6 @@ AC_SUBST(SDL_DEFINES)
AC_SUBST(FFMPEG_LIBDIR)
AC_SUBST(USE_STATIC_FFMPEG)
AC_SUBST(GNUTLS_ALL_LIBS)
-AC_SUBST(VORBISENC_ALL_LIBS)
-AC_SUBST(DCADEC_ALL_LIBS)
AC_SUBST(USE_LIBAV_HACKS)
AC_SUBST(PYTHON_VERSION)
AC_SUBST(OUTPUT_FILES)