Neutrino build: Fix build with '--with-tremor-static'

Origin commit data
------------------
Branch: ni/coolstream
Commit: 40dc93d9e8
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-08-29 (Thu, 29 Aug 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-08-29 14:22:38 +02:00
parent 585f92a061
commit 0d6f714a13

View File

@@ -31,7 +31,7 @@ INCLUDES += -I$(top_srcdir)/lib/libtriple
endif
if USE_TREMOR
VORBISLIBS = @VORBISIDEC_LIBS@
VORBISLIBS = @VORBISIDEC_LIBS@ -logg
else
VORBISLIBS = -lvorbisfile -lvorbis -logg
endif