vorbis with ogg

This commit is contained in:
grigoriis 2016-02-11 14:56:22 +02:00
parent f71f59a33c
commit ba956be80f
1 changed files with 2 additions and 2 deletions

View File

@ -358,9 +358,9 @@ vorbis_download :
ln -s libvorbis-${VORBIS_VERSION} libvorbis; \ ln -s libvorbis-${VORBIS_VERSION} libvorbis; \
fi fi
vorbis : $(VORBIS_LIB) $(OGG_LIB) vorbis : $(VORBIS_LIB)
$(VORBIS_LIB): $(VORBIS_TIMESTAMP) $(VORBIS_LIB): $(VORBIS_TIMESTAMP) $(OGG_LIB)
@REFRESH=0; \ @REFRESH=0; \
if [ ! -e ${VORBIS_TIMESTAMP_INT} ] ; then \ if [ ! -e ${VORBIS_TIMESTAMP_INT} ] ; then \
echo "${VORBIS_TIMESTAMP_INT} doesn't exist"; \ echo "${VORBIS_TIMESTAMP_INT} doesn't exist"; \