Skip to content
Snippets Groups Projects
Commit a27b6c1b authored by Fredy Pulido's avatar Fredy Pulido
Browse files

packaging: bundle ffmpeg for debian oci

Because we forgot it on b06f51d3

Change-Id: Id05b71f4e2aa70d1105202a67194d8bae2c61f3e
parent 1a704bbb
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,8 @@ override_dh_auto_configure:
--disable-natpmp \
--enable-gnutls && \
make list && \
make -j$(NO_CPUS) V=1
make -j$(NO_CPUS) V=1 && \
make -j$(NO_CPUS) .ffmpeg V=1
cd daemon && \
./autogen.sh && \
./configure \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment