Skip to content

Commit

Permalink
Updated MediaInfo to version 22.03.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Apr 13, 2022
1 parent 0eda037 commit 6686751
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG DOCKER_IMAGE_VERSION=unknown

# Define software versions.
ARG MKVTOOLNIX_VERSION=67.0.0
ARG MEDIAINFO_VERSION=21.09
ARG MEDIAINFO_VERSION=22.03

# Define software download URLs.
ARG MKVTOOLNIX_URL=https://mkvtoolnix.download/sources/mkvtoolnix-${MKVTOOLNIX_VERSION}.tar.xz
Expand Down Expand Up @@ -125,7 +125,6 @@ RUN \
MediaInfoLib/Source/ThirdParty/tinyxml2 \
&& \
cd MediaInfoLib && \
curl -# -L https://github.com/MediaArea/MediaInfoLib/commit/cd6d5cb1cfe03d4fcef8fd38decd04765c19890a.patch | patch -p1 && \
cd .. && \
# Compile MediaInfoLib.
echo "Compiling MediaInfoLib..." && \
Expand Down

0 comments on commit 6686751

Please sign in to comment.