Skip to content
Snippets Groups Projects
Commit 710a5a23 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

vlc-debian-android: Install nasm

parent 1054a44b
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ RUN addgroup --quiet --gid ${VIDEOLAN_CI_UID} videolan && \ ...@@ -26,7 +26,7 @@ RUN addgroup --quiet --gid ${VIDEOLAN_CI_UID} videolan && \
ca-certificates autoconf m4 automake ant autopoint bison \ ca-certificates autoconf m4 automake ant autopoint bison \
flex build-essential libtool libtool-bin patch pkg-config ragel subversion \ flex build-essential libtool libtool-bin patch pkg-config ragel subversion \
git yasm ragel g++ protobuf-compiler gettext meson ninja-build \ git yasm ragel g++ protobuf-compiler gettext meson ninja-build \
wget expect unzip python python3 locales libltdl-dev curl cmake automake && \ wget expect unzip python python3 locales libltdl-dev curl cmake automake nasm && \
apt-get clean -y && rm -rf /var/lib/apt/lists/* && \ apt-get clean -y && rm -rf /var/lib/apt/lists/* && \
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \ localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
echo "export ANDROID_NDK=${ANDROID_NDK}" >> /etc/profile.d/vlc_env.sh && \ echo "export ANDROID_NDK=${ANDROID_NDK}" >> /etc/profile.d/vlc_env.sh && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment