fix build with --as-needed enabled linkers

Origin commit data
------------------
Commit: 17986f6b15
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-25 (Sat, 25 May 2013)
This commit is contained in:
Stefan Seyfried
2013-05-25 21:10:38 +02:00
parent ca2cd4d8ac
commit c337ec2b01

View File

@@ -93,10 +93,6 @@ neutrino_LDADD = \
@MAD_LIBS@ \
@ID3TAG_LIBS@ \
@LIBCS_LIBS@ \
@AVFORMAT_LIBS@ \
@AVUTIL_LIBS@ \
@AVCODEC_LIBS@ \
@SWSCALE_LIBS@ \
$(FLACLIBS) \
$(VORBISLIBS) \
-ldvbsi++ \
@@ -149,3 +145,9 @@ neutrino_LDADD += \
$(top_builddir)/src/lcddisplay/liblcddisplay.a \
@DIRECTFB_LIBS@
endif
neutrino_LDADD += \
@AVFORMAT_LIBS@ \
@AVUTIL_LIBS@ \
@AVCODEC_LIBS@ \
@SWSCALE_LIBS@