From ba956be80f776bc1f3ecbbbd810c10390d99cddb Mon Sep 17 00:00:00 2001 From: grigoriis Date: Thu, 11 Feb 2016 14:56:22 +0200 Subject: [PATCH] vorbis with ogg --- build/android/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/android/Makefile b/build/android/Makefile index 0fa3ad855..983c234f4 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -358,9 +358,9 @@ vorbis_download : ln -s libvorbis-${VORBIS_VERSION} libvorbis; \ fi -vorbis : $(VORBIS_LIB) $(OGG_LIB) +vorbis : $(VORBIS_LIB) -$(VORBIS_LIB): $(VORBIS_TIMESTAMP) +$(VORBIS_LIB): $(VORBIS_TIMESTAMP) $(OGG_LIB) @REFRESH=0; \ if [ ! -e ${VORBIS_TIMESTAMP_INT} ] ; then \ echo "${VORBIS_TIMESTAMP_INT} doesn't exist"; \