Skip to content

Commit

Permalink
Use separate ffmpeg package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-utkin committed Dec 18, 2024
1 parent e03ecf6 commit 7ab9b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 11),
libidn11-dev, libbsd-dev, yasm, libudev-dev, libopencv-dev,
libva-dev,
libcurl4, libcurl4-dev,
bluecherry-ffmpeg,
Standards-Version: 3.9.5

Package: bluecherry
Expand All @@ -32,6 +33,7 @@ Depends: ${shlibs:Depends}, ssl-cert, ucf, curl, sysstat,
rsyslog,
logrotate,
libcurl4,
bluecherry-ffmpeg,
# python3-pip,
#focal php-sqlite3, php-gd, php-curl, php-mysql
#jammy php-sqlite3, php-gd, php-curl, php-mysql
Expand Down
2 changes: 1 addition & 1 deletion misc/BCMK
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libconfig-install: $(libconfig-contrib-dir)/libconfig.so
###############
### libav ###
###############
pkgs += libav
# pkgs += libav # not needed with bluecherry-ffmpeg package

libav-gitrev = $(shell GIT_DIR=$(TOPDIR)/misc/libav/.git git describe)
libav-contrib-dir = $(CONTRIB_DIR)/libav/$(libav-gitrev)
Expand Down

0 comments on commit 7ab9b89

Please sign in to comment.