mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-13 16:33:42 +02:00
make the --with-tremor-static hack less disgusting
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1554 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -25,14 +25,7 @@ INCLUDES += -I$(top_srcdir)/lib/libtriple
|
||||
endif
|
||||
|
||||
if USE_TREMOR
|
||||
if USE_TREMOR_STATIC
|
||||
# i feel a guilty pleasure for those ugly hacks...
|
||||
VORBISLIBS_TMP1 = $(subst -L,,@VORBISIDEC_LIBS@)
|
||||
VORBISLIBS_TMP2 = $(subst -lvorbisidec,,$(VORBISLIBS_TMP1))
|
||||
VORBISLIBS = $(strip $(VORBISLIBS_TMP2))/libvorbisidec.a
|
||||
else
|
||||
VORBISLIBS = @VORBISIDEC_LIBS@
|
||||
endif
|
||||
else
|
||||
VORBISLIBS = -lvorbisfile -lvorbis -logg
|
||||
endif
|
||||
|
Reference in New Issue
Block a user