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

This reverts commit 40dc93d9e8.
This commit is contained in:
Michael Liebmann
2013-10-06 19:15:51 +02:00
parent 2ed9357222
commit 839547acb9

View File

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