Skip to content

Commit c7a45cb

Browse files
committed
[Squash me] Add depends attempt #1
1 parent d23caa9 commit c7a45cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cross/tvheadend/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ PKG_DIST_SITE = https://github.com/tvheadend/tvheadend/archive
66
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
77
PKG_DIST_FILE = $(PKG_VERS).$(PKG_EXT)
88

9-
DEPENDS = cross/openssl cross/libhdhomerun
9+
DEPENDS = cross/openssl cross/libhdhomerun cross/ffmpeg
1010

1111
HOMEPAGE = https://www.lonelycoder.com/tvheadend/
1212
COMMENT = Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources
1313
LICENSE =
1414

1515
GNU_CONFIGURE = 1
16-
CONFIGURE_ARGS = --disable-avahi --release --disable-hdhomerun_static --enable-hdhomerun_client
16+
CONFIGURE_ARGS = --disable-avahi --release --disable-hdhomerun_static --enable-hdhomerun_client --disable-ffmpeg_static --enable-libav
1717
INSTALL_TARGET = myInstall
1818

1919
include ../../mk/spksrc.cross-cc.mk

0 commit comments

Comments
 (0)