Merge pull request #22 from grigoriis/freetype

Android: vorbis with ogg
master
Maksim Gamarnik 2016-02-11 22:04:09 +02:00
commit 86bc1f4300
1 changed files with 2 additions and 2 deletions

View File

@ -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"; \