Skip to content

Commit

Permalink
tvheadend: fix path to ffmpeg(7)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Nov 3, 2024
1 parent 6b1b259 commit f4da160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/tvheadend/src/service-setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Define python311 binary path
PYTHON_DIR="/var/packages/python311/target/bin"
# Define ffmpeg binary path
FFMPEG_DIR="/var/packages/ffmpeg/target/bin"
FFMPEG_DIR="/var/packages/ffmpeg7/target/bin"
# Add local bin, virtualenv along with ffmpeg and python311 to the default PATH
PATH="${SYNOPKG_PKGDEST}/env/bin:${SYNOPKG_PKGDEST}/bin:${PYTHON_DIR}:${FFMPEG_DIR}:${PATH}"

Expand Down

0 comments on commit f4da160

Please sign in to comment.