Skip to content

Commit

Permalink
contrib: Fix some configure-related warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomis101 authored and bradleysepos committed Sep 8, 2019
1 parent b61c16e commit c3f769d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 0 additions & 5 deletions contrib/fribidi/module.defs
Expand Up @@ -8,8 +8,3 @@ FRIBIDI.FETCH.basename = fribidi-1.0.5.tar.gz

FRIBIDI.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -I m4 -fiv;

ifeq (1-mingw,$(HOST.cross)-$(HOST.system))
FRIBIDI.CONFIGURE.extra = --with-glib=no
else ifeq (darwin,$(HOST.system))
FRIBIDI.CONFIGURE.extra = --with-glib=no
endif
2 changes: 0 additions & 2 deletions contrib/libogg/module.defs
Expand Up @@ -5,6 +5,4 @@ LIBOGG.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libogg-1.
LIBOGG.FETCH.url += https://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.gz
LIBOGG.FETCH.sha256 = c2e8a485110b97550f453226ec644ebac6cb29d1caef2902c007edab4308d985

LIBOGG.CONFIGURE.extra = --disable-sdl

LIBOGG.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -fiv;
4 changes: 4 additions & 0 deletions contrib/libopus/module.defs
Expand Up @@ -8,4 +8,8 @@ LIBOPUS.FETCH.sha256 = 4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398
LIBOPUS.CONFIGURE.shared = --enable-shared=no
LIBOPUS.CONFIGURE.extra = --disable-doc --disable-extra-programs

# Suppress a warning given by opus_decoder.c that tells us
# optimizations are turned off.
LIBOPUS.GCC.args.extra += -DOPUS_WILL_BE_SLOW

LIBOPUS.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -fiv;

0 comments on commit c3f769d

Please sign in to comment.