From ade8aadd3c291b7b33e8004ca168b70dfbe325cb Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Mon, 2 Oct 2017 20:55:51 +0100 Subject: CONFIGURE: Add ogg after libraries that might depend on it in the link command This will hopefully fix compilation with mingw when using static libraries. --- ports.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ports.mk') diff --git a/ports.mk b/ports.mk index 617b4e995f..3fbc2d9a1a 100644 --- a/ports.mk +++ b/ports.mk @@ -302,10 +302,6 @@ ifdef USE_FREETYPE2 OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libfreetype.a $(STATICLIBPATH)/lib/libbz2.a endif -ifdef USE_OGG -OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libogg.a -endif - ifdef USE_VORBIS OSX_STATIC_LIBS += \ $(STATICLIBPATH)/lib/libvorbisfile.a \ @@ -320,6 +316,10 @@ ifdef USE_FLAC OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libFLAC.a endif +ifdef USE_OGG +OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libogg.a +endif + ifdef USE_FLUIDSYNTH OSX_STATIC_LIBS += \ -liconv -framework CoreMIDI -framework CoreAudio\ -- cgit v1.2.3