Skip to content

Commit

Permalink
fix: bento4 building directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhlkj6612 committed Nov 5, 2024
1 parent ae01786 commit ef7da84
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ RUN apt update && \
'ca-certificates' 'libarchive-tools' 'curl' 'make' 'cmake' 'build-essential'

RUN curl -L 'https://github.com/axiomatic-systems/Bento4/archive/f8ce9a93de14972a9ddce442917ddabe21456f4d.zip' | \
bsdtar -f- -x --strip-components=1

RUN mkdir -p ${BENTO4_BUILD_DIR} && \
bsdtar -f- -x --strip-components=1 && \
mkdir -p ${BENTO4_BUILD_DIR} && \
cd ${BENTO4_BUILD_DIR} && \
cmake -DCMAKE_BUILD_TYPE=Release .. && \
cmake -DCMAKE_BUILD_TYPE=Release "${OLDPWD}" && \
make mp4decrypt -j2


Expand Down

0 comments on commit ef7da84

Please sign in to comment.