mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
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:
@@ -93,10 +93,6 @@ neutrino_LDADD = \
|
|||||||
@MAD_LIBS@ \
|
@MAD_LIBS@ \
|
||||||
@ID3TAG_LIBS@ \
|
@ID3TAG_LIBS@ \
|
||||||
@LIBCS_LIBS@ \
|
@LIBCS_LIBS@ \
|
||||||
@AVFORMAT_LIBS@ \
|
|
||||||
@AVUTIL_LIBS@ \
|
|
||||||
@AVCODEC_LIBS@ \
|
|
||||||
@SWSCALE_LIBS@ \
|
|
||||||
$(FLACLIBS) \
|
$(FLACLIBS) \
|
||||||
$(VORBISLIBS) \
|
$(VORBISLIBS) \
|
||||||
-ldvbsi++ \
|
-ldvbsi++ \
|
||||||
@@ -149,3 +145,9 @@ neutrino_LDADD += \
|
|||||||
$(top_builddir)/src/lcddisplay/liblcddisplay.a \
|
$(top_builddir)/src/lcddisplay/liblcddisplay.a \
|
||||||
@DIRECTFB_LIBS@
|
@DIRECTFB_LIBS@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
neutrino_LDADD += \
|
||||||
|
@AVFORMAT_LIBS@ \
|
||||||
|
@AVUTIL_LIBS@ \
|
||||||
|
@AVCODEC_LIBS@ \
|
||||||
|
@SWSCALE_LIBS@
|
||||||
|
Reference in New Issue
Block a user