Skip to content

Commit

Permalink
add dependency to libswscale
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Jendrzej authored and MaxWiesel committed Dec 22, 2017
1 parent f2a1483 commit cb47e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ TUXBOX_APPS_LIB_PKGCONFIG(AVCODEC,libavcodec)
TUXBOX_APPS_LIB_PKGCONFIG(AVUTIL,libavutil)
TUXBOX_APPS_LIB_PKGCONFIG(SWRESAMPLE,libswresample)
TUXBOX_APPS_LIB_PKGCONFIG(SWSCALE,libswscale)

if test "$BOXTYPE" = "coolstream"; then
TUXBOX_APPS_LIB_PKGCONFIG(BLURAY,libbluray)
fi
Expand Down
10 changes: 1 addition & 9 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ neutrino_LDADD = \
@AVFORMAT_LIBS@ \
@AVUTIL_LIBS@ \
@AVCODEC_LIBS@ \
@SWSCALE_LIBS@ \
$(ADEC_LIBS) \
@SIGC_LIBS@ \
$(PUGIXML_LIBS) \
Expand Down Expand Up @@ -194,15 +195,6 @@ neutrino_LDADD += \
$(top_builddir)/src/lcddisplay/liblcddisplay.a
endif

neutrino_LDADD += \
@AVFORMAT_LIBS@ \
@AVUTIL_LIBS@ \
@AVCODEC_LIBS@

if BOXTYPE_ARMBOX
@SWSCALE_LIBS@
endif

if BOXMODEL_RASPI
neutrino_LDADD += \
-L/opt/vc/lib/ -lbcm_host -lvcos -lvchiq_arm -lpthread -lrt
Expand Down

0 comments on commit cb47e99

Please sign in to comment.