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

This reverts commit 0dadd08c80.


Origin commit data
------------------
Commit: 839547acb9
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-10-06 (Sun, 06 Oct 2013)
This commit is contained in:
Michael Liebmann
2013-10-06 19:15:51 +02:00
parent 429eaa76a1
commit b55cc156f9

View File

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